-
Author
-
February 8, 2016 at 20:48 #102779
wilhalphoto
ParticipantHello,
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 #103144Laura
ModeratorHello, 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 solutionFebruary 10, 2016 at 18:17 #103173wilhalphoto
ParticipantFebruary 12, 2016 at 09:58 #103489Laura
ModeratorHello, 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 solutionFebruary 24, 2016 at 20:20 #106349wilhalphoto
ParticipantHi,
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 #106717Laura
ModeratorHello, 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 solution -
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘General questions’ is closed to new topics and replies.