• Resolved jennysjodin

    (@jennysjodin)


    Hi,
    I need some help with adjustments on my home page.

    1. Is it possible to add something, a line for example, between the Top bar and Home Slider?

    2. The gap between the page content I’ve placed on the home page and the Latest Blog Posts grid is too big. Can I change it somehow?

    Link to the website I’m working on: https://www.wilandskap.net

    Thank you!

Viewing 8 replies - 1 through 8 (of 8 total)
  • hannah

    (@hannahritner)

    Hi!
    1. You can set a border in Theme Options > Site Header.

    2. It looks like you have empty widgets? What do you have enabled in Theme Options > Home Layout?

    Hannah

    2. In your page content, you have pagebuilder, there is some code in a widget that is causing the space.

    Kadence Themes

    Thread Starter jennysjodin

    (@jennysjodin)

    Hi,

    1. I’ve tried that but it doesn’t work. Doesn’t matter if I enable the transparent header or not, nothing is changing..?

    2. Okey, thanks. I removed it and made a new one just the same, for some reason it worked.

    Thread Starter jennysjodin

    (@jennysjodin)

    I’ve changed the Main content background instead to create the same effect I wanted the line to have – frame the header and menu.

    But now I want my page content to have a different color then my posts. They are combined in the option under Advanced Styling > Post and Page Content area background. Can I specify the Page Content area background color by adding some css?

    hannah

    (@hannahritner)

    Hey,
    You can add a border with css if you still would like:

    .none-trans-header .headerclass {
    border-bottom: solid 1px;
    }

    To change the post content background on the blog page add this:

    #kad-blog-grid .blog_item .postcontent {
    background-color: #333;
    }

    And this for the individual blog page:

    .single-article .postclass {
    background-color:#333;
    }

    Those just go in your custom css box in theme options.
    Hope it helps!

    Hannah

    Thread Starter jennysjodin

    (@jennysjodin)

    Thanks Hannah, maybe I wasn’t clear enough, I don’t want to change the post content background. Only the background on the pages with normal page content, like pages built up with widgets in PageBuilder. Can I do that with a similar code?

    Hey,
    so looking at this page: https://www.wilandskap.net/?page_id=108

    You want to change all of the background from the header to the footer? or just a pagebuilder rows background?

    For pages you can set the background of the content area with this css:

    body.page .postclass {
      background-color: #eee;
    }

    Kadence Themes

    Thread Starter jennysjodin

    (@jennysjodin)

    That worked perfectly!

    Thank you for the great support, I truly appreciate all the help!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Line between top bar and home slider’ is closed to new replies.