Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter caralee

    (@caralee)

    I can edit css, but can’t figure out what to do. Would it help if I posted the code here? Thanks again in advance.

    Can you post the main CSS for the page?
    Is this your main CSS page: https://freshandfrugalchallenge.com/wp-content/themes/EarthlyTouch/style-Green.css ?
    ———

    You need to define your lists in CSS or else by default, they will be bulletins.
    Define your UL and LI classes in the CSS and that should fix your problem.
    This article has a good on lists: https://www.alistapart.com/articles/taminglists/
    Or, you can reply back with my question in the next 10 mins, and I’ll just give you the code.

    Thread Starter caralee

    (@caralee)

    Claraw, I’ll try to figure it out tomorrow from your link. Thanks so much. ?? I missed you.

    Thread Starter caralee

    (@caralee)

    I tried to insert

    list-style: none

    into the CSS style sheet, but it didn’t work. Perhaps I am putting it in the wrong place. I chose the sidebar section.

    You didn’t post your main CSS (I’m too lazy to search for it).

    Anyways, by looking at your index HTML, you have a UL class ‘xoxo blogroll’ for the blogroll links. Delete all CSS associated with that class and then make sure you add the list-style like this:

    ul {
    	list-style-type: none;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Bullets in Sidebar … Earthlytouch theme’ is closed to new replies.