Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1039464
widgetised footer area
Closed

Comments

  •  2
    Bobbi-Jo started the conversation

    Hi there,

    In the widgetised footer area, I want to edit the class for "widget-title". Example: <h3 class="widget-title">Contact Us</h3>

    Where can I find the class? I'm not locating it in style.css.

    Thanks!

  •  7,092
    Oliver replied

    HI!

    Sorry, you need to change font size of it?


    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Bobbi-Jo replied

    I want to see the CSS style for the font face and font size so I can replicate it in some custom CSS I'm writing. Also, I want to change the triangle icon to the left of the title. Please provide the file name and file location of the CSS.

  •  7,092
    Oliver replied

    The widget title generates in the 

    /wp-content/themes/thegem/functions.php

    thegem_sidebar_init

    line 182

    In any case you can control it's color and font-size with next css:

    #colophon h3.widget-title {
        color: #000;
        font-size: 22px !important;
    }
    #colophon .widget-title:after {
        color: #999;
    } 

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Bobbi-Jo replied

    Thanks. That helps. Can you tell me the title font-face and where to edit that?

  •  7,092
    Oliver replied

    HI!

    You can change it in theme options. (Attach)

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver