Tagged: sidebars, social media icons
Enfold version 3.0.2
Running on WP 4.0
Is there a way to make the social icons in the top right pre-header bar larger? I found in the CSS how to enlarge the bar height, but the logos themselves do not enlarge. Can you tell me where I would find the CSS code to enlarge the LOGO size?
Is there a way to turn on a sidebar for one blog category but have it off for another blog category? For instance, I want the sidebar on for all posts with the category ‘recipe’ and off for all posts with the category ‘cookbooks’, but I have hundreds of posts for each and don’t want to turn them all off/on manually.
I love this theme and can figure everything else out…just stuck on these few items
Thanks – Melissa
(PS – I would send you a link to my site, but I have a coming soon page up, so you wouldn’t be able to see anything)
Hey melissaek13!
They are font icons so try increasing the font size like so.
#header_meta .social_bookmarks a {
font-size: 18px !important;
}
Cheers!
Elliott
Awesome! Worked like a charm. Thanks for your help.