Tagged: advanced layout builder, sidebar
-
AuthorPosts
-
June 9, 2016 at 1:27 pm #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,
MoniqueJune 12, 2016 at 4:36 am #646777Hey Monique,
which one is the desired result for you?
Best regards,
AndyJune 12, 2016 at 11:41 am #646849Hi Andy,
I want them all to look like the standard sidebar (see below).
Regards,
MoniqueJune 12, 2016 at 2:40 pm #646915Hi,
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,
AndyJune 14, 2016 at 10:38 am #647883Thanks 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,
MoniqueJune 14, 2016 at 11:59 am #647910Hi,
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,
VinayJune 14, 2016 at 12:37 pm #647931Thanks 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 -
AuthorPosts
- The topic ‘Different style sidebar standard and in combination with advanced layout builder’ is closed to new replies.
