• Resolved pavy

    (@pavy)


    Ok…I tried searching the forum. I found an almost solution, but I can’t seem to locate where the widget classes are. I’ve looked at the CSS file. I see some widget CSS in there, however, not the specific class for that widget.

    Here’s a link
    https://www.lighting-essentials.com/

    I’m trying to style the Visit Our Sponsors links, upper right side. I’ve tried creating a new class and giving each link that class, but it didn’t work. Maybe it’s being over-ridden by the widget css? Not sure.

Viewing 3 replies - 1 through 3 (of 3 total)
  • you have this in your style.css

    ------------------------------------------------------------------------
    SPONSOR Sidebar
    ------------------------------------------------------------------------
    */
    .textwidget a:link, .textwidget a:visited {
    font-size:14px;
    color:#333333;
    text-decoration:none;
    }
    .textwidget a:hover {
    color:#999999;
    }

    I can change all that crap and affect those links; whats the problem that you are having?

    Thread Starter pavy

    (@pavy)

    Yes…sorry. I just fixed the problem moments ago. That CSS was not there before. That specific class is being used on my text widget, yet that class was not declared in the CSS file. So, I just added the above code you just posted, into the CSS file, and it worked fine. My confusion before was that I could not locate this class that was being used in the CSS file.

    I’m having a tough time styling the text widget so there are no bullets. The URL is https://bodyjoy.org/blog

    I have edited the stylesheet with

    .textwidget li {
            list-style-type: none;
            list-style: none;
    
    }

    and many variations of it including

    .widget widget_text li {
            list-style-type: none;
            list-style: none;
    
    }
    
    #text-113273631 .widget .widget_text li {
            list-style-type: none;
            list-style: none;
    
    }

    Can you please guide me on what I should do differently? I’d also like the spacing to match the spacing of the submenus lower on the left nav.

    TIA!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘style text widget text/links – where’s the style sheet?’ is closed to new replies.