• I’m using the Weaver II Theme. See on the bottom of my site: https://www.telavivgreeter.com:
    I have a line with names of some of my site pages with links. The line is just above the footer, and is in a page-bottom-widget-area. The widget type is text.
    Here is the text I placed there:

    <span style="font-size: 9px;>
    <a href="https://www.telavivgreeter.com/home/">Home</a> | <a href="https://www.telavivgreeter.com/about-us/">About Us</a> | <a href="https://www.telavivgreeter.com/privacy-policy/">Privacy Policy</a> | <a href="https://www.telavivgreeter.com/contact/">Contact Us</a>
    </span>

    My questions:

    1. How do I change the font color and remove the BOLD just fron the text in this widget? As you can see I did manage to change the font size, but when I do the same for color and style (not bold) it doesn’t affect the text at all.

    2. As you can see the widget area has a slight grey frame to it. How can I remove it?

    Thanks,
    Laila

Viewing 1 replies (of 1 total)
  • To change the font weight and color, try adding this to Custom CSS Rules under Admin->Appearance->Weaver II Admin->Advanced Options->< HEAD > Section:

    #bottom-widget-area aside span,
    #bottom-widget-area aside span a {
       color: red;
       font-weight: normal;
    }

    You really should give the span a class name and use that name here.

Viewing 1 replies (of 1 total)
  • The topic ‘Changing fonts in a widget’ is closed to new replies.