Make your own inset top on homepage

Home Forums Main Forum Theme Suggestion Box Make your own inset top on homepage

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16507
    Kevin
    Participant

    HI there,

    Please look at my attachment. I assigned a green area:

    How to get a FULL background color there? Just like in the inset top widget?

    Website is: http://nlwouw-bischheim.savviihq.com/
    Voorbeeld.png

    Attachments:
    You must be logged in to view attached files.
    #16508
    Anonymous
    Inactive

    Hi Kevin,

    It seems that you have used bottom section(green border content) within main content part. Please use the ‘Inset Bottom’ widget to display the bottom widget, so that you can easily customize that section. follow the step below to find the ‘Inset Bottom’:

    =>Goto=>Appearance => Widgets=> Inset Bottom(Add the content here for bottom inset):

    Please add the code of css below to change background color of inset bottom:

    .lr_widget_inset_bottom .container {
        background: #ddd; /* Your color code here */
    }

    Note: use the custom css plugin or child theme stylesheet to write the css.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.