Agile FAQ Titles

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17597
    enensa
    Member

    How do I adjust the color and appearance (Caps Lock or not) of the FAQ title text?

    http://winlyapp.com/about/

    #17608
    Veena
    Moderator

    You can use the below custom CSS –

    .wpb_toggle, #content h4.wpb_toggle {
        background: url(../images/toggle_open.png) no-repeat left center;
        padding-left: 25px;
        color: #fff;
        font-size: 20px;
        text-transform: capitalize;
        clear: both;
        margin-top: 0;
    }
    
    #17619
    enensa
    Member

    Question of the year – Where can I find a list of all such references to elements, so that I don’t have to ask one at a time? I’d like to custom a few other elements and they don’t all appear in the short-codes list in the documentation..

    Also what is the proper format for applying an extra class name and referring to it in the Custom CSS area?

    #17620
    Veena
    Moderator

    The Elements panel of Chrome developer tools lets you see everything in one DOM tree, and allows inspection and on-the-fly editing of DOM elements.
    Pls go through this tutorial –
    https://developers.google.com/web/tools/chrome-devtools/iterate/inspect-styles/basics

    http://support.livemeshthemes.com/faqs/how-to-fix-a-few-styling-issues-instantly-using-chrome-developer-tools/

    Also i have attached two screenshots pls check.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.