• Hi,

    How do I change the color color of the footer widgets title text from greyish to any color specifically white? Also, how do I align the widget title text from center to right?

    Finally how do I have change the text size in the text widget box?

    I’m helping a friend build this website so it is not public yet.

Viewing 3 replies - 1 through 3 (of 3 total)
  • How do I change the color color of the footer widgets title text from greyish to any color specifically white?

    Hi there,

    The footer widget area in Sela is light grey by default.

    https://selademo.wordpress.com/

    If the widget titles are changed to white, they’ll become invisible.

    Can you post a link to your site so I can take a look at it?

    I can then provide you with the css to change the titles.

    Thanks ??

    Thread Starter burginkn

    (@burginkn)

    Here is the link and I also did a screenshot
    https://elijahsecuritiintelligence.com/ https://elijahsecuritiintelligence.com/
    Screenshot of Widget Area

    • This reply was modified 7 years, 4 months ago by burginkn.
    • This reply was modified 7 years, 4 months ago by burginkn.

    https://ibb.co/hXEu9a

    Thanks for the screenshot, it clears things up. I can see you’ve customized that section already.

    Please try adding the css below to your site:

    /* Change footer widget titles to white and make them right-aligned */
    .footer-widget-area .widget-title {
        color: #fff;
        text-align: right;
    }
    
    /* Change the font-size of text in the footer text widgets */
    .footer-widget-area .textwidget {
        font-size: 20px;
    }
    • This reply was modified 7 years, 4 months ago by Gary Barrett. Reason: typos
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change font size widget’ is closed to new replies.