Tagged: advanced layout builder, sidebar
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
Hey Monique,
which one is the desired result for you?
Best regards,
Andy
Hi Andy,
I want them all to look like the standard sidebar (see below).
Regards,
Monique
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
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
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
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