Skip to:
Content
Pages
Categories
Search
Top
Bottom

How can I change the size of hot tags


  • Kikis
    Participant

    @temian

    I m trying to change the size of my bbpress hot tags and give it a color “red” so it’s will be different

    Is there a way I can achieve this

Viewing 5 replies - 1 through 5 (of 5 total)

  • Kikis
    Participant

    @temian

    // Output the topic tags
    wp_tag_cloud( array(
    ‘smallest’ => 9,
    ‘largest’ => 8,
    ‘number’ => 8,
    ‘taxonomy’ => bbp_get_topic_tag_tax_id()
    ) );

    How can I style this please
    I want the smallest should have a “green” color and hottest should have “red”

    Help me save a life


    Kikis
    Participant

    @temian

    Any help


    Robin W
    Moderator

    @robin-w

    you really do need to learn how to use the developer tools in your browser and css, tutorials are available for both on-line if you google around.

    I am not an individual site development resource


    Robin W
    Moderator

    @robin-w

    and for that one some php as well 🙂


    Kikis
    Participant

    @temian

    I was able to do some changes just now thanks Robin I really need to learn php

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar