This topic has 5 replies, 2 voices, and was last updated 10 years by Laura.

  • Author
  • #102779
     wilhalphoto
    Participant

    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 CODE
    add_filter('widget_tag_cloud_args','set_tag_cloud_sizes');
    function set_tag_cloud_sizes($args) {
    $args['smallest'] = 12;
    $args['largest'] = 19;
    return $args; }
    
    
    
    #103144
     Laura
    Moderator

    Hello, 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 solution
    #103173
     wilhalphoto
    Participant
    #103489
     Laura
    Moderator

    Hello, 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 solution
    #106349
     wilhalphoto
    Participant

    Hi,

    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!
    -Will

    #106717
     Laura
    Moderator

    Hello, 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
Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?