[Resolved] widget bullets

Home Forums Support [Resolved] widget bullets

Home Forums Support widget bullets

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #571241
    Mary

    I just updated to 2.1.1 and the following simple CSS no longer works:

    /* Widgets bullets, color…
    .widget ul { margin: 0 0 1.5em 3em; }
    .widget ul li { list-style-type: disc; }
    .widget-title {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #c6c6a9;
    color: white;
    }
    */

    #571288
    David
    Staff
    Customer Support

    Hi Mary,

    I can see the CSS working, can you try clearing your browser cache?

    David

    #571335
    Mary

    Hi David,
    Thanks. I tried that and no go. I am on a Mac.
    Any other suggestion?
    Thanks
    M

    #571358
    David
    Staff
    Customer Support

    Hi Mary,

    my bad, just noticed that the titles are black and not white.
    You can set the sidebar and footer widget titles under colors in the customiser. If not you need to make that color: white !important;

    David

    #571554
    Mary

    I had to change the coding to this to get the bullets back. ?

    /* Widgets bullets, color... */
    ul#menu-quick-links { margin: 0 0 1.5em 3em; }
    ul#menu-quick-links li { list-style-type: disc; }
    .widget-title {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #c6c6a9;
    color: white; 
    }
    #571574
    Tom
    Lead Developer
    Lead Developer

    Our widget <ul> element CSS got a little more specific in GP 2.1 to prevent some other conflicts. The CSS you adjusted to is perfect 🙂

    #571581
    David
    Staff
    Customer Support

    Thanks Tom

    #571597
    Mary

    Thanks All !
    Mary

    #571607
    David
    Staff
    Customer Support

    Your welcome Mary

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.