Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #645420

    Hi guys,

    I am wondering if you can help. On a new website I am building, the client wants a specific blog page layout. For that I need to use the advanced layout builder. The generated sidebar for that page looks different from the standard sidebar for a single blog post (see screen prints attached).

    Is there a(n easy) way to get them all the same, without having to use advanced layout builder for each single blog post?

    I want them all to look like the standard sidebar.

    Please advise.

    Thanks & regards,
    Monique

    #646777

    Hey Monique,

    which one is the desired result for you?

    Best regards,
    Andy

    #646849

    Hi Andy,

    I want them all to look like the standard sidebar (see below).

    Regards,
    Monique

    #646915

    Hi,

    so it’s just about the color, right? Use this code inside of Quick CSS field:

    .recentcomments a, .widget_recent_entries li a {
    color: inherit;
    }
    li.cat-item a {
    color: inherit;
    }
    

    I hope this helps.

    Best regards,
    Andy

    #647883

    Thanks Andy!

    In order also to have the tags in the grey colour, I changed your code as follows:

    
    .recentcomments a, .widget_recent_entries li a, .tagcloud a {
    	color: inherit;
    }
    
    li.cat-item a {
    	color: inherit;
    }
    

    How can I get rid of the bullets of the category list?

    Regards,
    Monique

    #647910

    Hi,

    To get rid of the bullet points Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    li.cat-item {
    list-style:none!important;
    }
    

    Best regards,
    Vinay

    #647931

    Thanks Vinay, that works!

    This solution is acceptable for now, but it is still not yet 100% the same as the standard sidebar. Too many tweaks as well if you ask me. Don’t get me wrong, because I love Enfold theme, but sometimes it confuses me. Maybe I like to understand too much ;-), but in this particular case I still don’t fully understand why we get a different styled sidebar with content section / grid row / standard…

    You can flag this topic as solved please.

    Have a nice day,
    Monique

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Different style sidebar standard and in combination with advanced layout builder’ is closed to new replies.