This topic has 2 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #107296
     Ohmani
    Participant

    Hello,

    Such a nice support I am from you and really enjoy your theme.  So much flexibility and functionality.

    I want to control the font size for title from three different widgets(news focus, News highlight, Kleo post carousel)

    Please advise me how to control the font size for these widgets, so I can have the uniform title size.

     

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #107461
     Radu
    Moderator

    Hi,

    For controlling the news ticker font size use this piece off CSS

    COPY CODE
    
    .caroufredsel_wrapper .news-ticker article a {
        font-size: 0.8em !important;
    }
    
    

    News focus widget

    COPY CODE
    
    
    .news-focus article a {
        font-size: 1.2em !important;
    }
    
    

    Kleo Post Carousel

    COPY CODE
    
    .kleo-carousel-container ul.kleo-carousel li article a {
        font-size: 11px !important;
    }
    

    Let me know if is ok

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #107462
     Radu
    Moderator

    The CSS’s can be added into wp-admin -> theme options -> general settings -> quick css

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 3 posts - 1 through 3 (of 3 total)

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

Log in with your credentials

Forgot your details?