Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #658558

    Hello,

    I’ve added a horizontal bar to each page of my website using the color section feature. I would like this same look on the main blog posts page and on individual blog posts as well. I’m having two problems:

    1. On the main blog posts page the bar shows up, but it is further below the main menu that on all other pages, and I can’t seem to remove that extra space.

    2. On single blog posts I tried adding code from another website I built using this template and modifying it, but without luck. Currently you will see an image that is being pulled from that website instead of the color bar.

    Can you help me get this right? Thanks in advance!

    ps. you’ll need to log in to see these pages, as the website is cloaked by a splash page

    #659359

    Hey 1lizcollins,

    1. Use this code inside Quick CSS field:

    .main_color.container_wrap_first.container_wrap.sidebar_right {
    display: none;
    }
    

    2. You could try to activate ALB for blog posts.

    Best regards,
    Andy

    #662170

    That didn’t work. It removed both the blog post and the sidebar from the single post view, while leaving the image intact. I’ve removed the image from header.php so it no longer displays but I still can’t figure out how to add the color section via header.php – can you tell me which code to use to add full width bar 25 pixels high and this color: #63a6aa

    Thank you!

    #662459

    Hi,

    then play with this code:

    #colorsection {
    position: relative;
    top: -79px;
    }
    

    and adjust as needed.

    Not sure though what exactly you mean with your last post. Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    Best regards,
    Andy

    #662706

    Sorry if my post was unclear. All I want to do is to add the same styling ( a turquoise full width bar that’s 25 pixels wide) to the top of my individual blog posts as I have added to each other page on my website. Screenshot attached. On all pages, I’ve added this design element using a color section. Can you tell me how to add this element to individual blog posts?

    #662881

    Hi,

    as already mentioned you could use ALB for blog posts. Otherwise you would need to customize single.php. You could hire a freelancer for this job here: http://kriesi.at/contact/customization

    Best regards,
    Andy

    #703462

    Thank you. Sorry for the pause. What is ALB?

    #703638

    Hi,

    ALB is the Advanced Layout Builder, the layout builder which is included in the theme.

    Best regards,
    Rikard

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