-
Author
-
February 8, 2016 at 20:48 #102779wilhalphotoParticipant
Hello,
The font for the tags stays small.. and I need them to be at least 2 pt sizes larger..
I have tried adding a function in the functions page, and nothing changed… but maybe i’m missing something.
Thanks!
Hilary
COPY CODEadd_filter('widget_tag_cloud_args','set_tag_cloud_sizes'); function set_tag_cloud_sizes($args) { $args['smallest'] = 12; $args['largest'] = 19; return $args; }
February 10, 2016 at 17:35 #103144LauraModeratorHello, can you share a link to the post? We can make the tags larger with css
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
February 12, 2016 at 09:58 #103489LauraModeratorHello, just add this to style.css of child theme
COPY CODE.vc_wp_tagcloud.wpb_content_element a { font-size: 18px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
February 24, 2016 at 20:20 #106349wilhalphotoParticipantHi,
Sorry to bother you about this again.
The Tags don’t look intuitive enough or make users want to click them, so is it possible to make the style similar to how they’re shown in the footer?thank you!
-WillFebruary 25, 2016 at 21:22 #106717LauraModeratorHello, try adding this
COPY CODE.vc_wp_tagcloud.wpb_content_element a { font-size: 16px !important; background: #909090; padding: 5px; border: 1px solid grey; border-radius: 5px; color: white; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.