• Resolved westbccoast

    (@westbccoast)


    Hopefully an easy one, my bullets have turned into >> arrows for no apparent reason. I have tried various CSS solutions to reset them back. I noticed they look fine in the editor but when I view the page, they arrows but not all of them, only some of them.

    I know it has something to do with the UL and LI and perhaps I can try remove all the UL but I assume the editor puts them back.

    I tried putting various CSS solutions on the page, in the customize and them CSS custom sections but I don’t know what would of changed to cause it.

    Happens on pages and the sidebar.

    Thanks

    • This topic was modified 6 years, 11 months ago by westbccoast.
    • This topic was modified 6 years, 11 months ago by westbccoast.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m not seeing any >> arrows? All I get when I visit your page is a 404 page. Are any of your pages published and available to view? Most likely your theme’s stylesheet is making the styling. In particular it’s this bit of CSS in your theme:

    .bSe ul li:before {
        content: '\000BB';
        position: relative;
        left: -10px;
        top: -2px;
    }
    Thread Starter westbccoast

    (@westbccoast)

    Thanks for some reason my home page was set to private and I didn’t realize since I login all the time.

    That been said, not a CSS person, but I didn’t change anything in the theme in fact, I avoid any changes to the theme period unless I have no choice, but certainly I don’t change any CSS, I use the CSS Plus plugin if I need to add any CSS to a page.

    Is it normal for a theme bullets to change or has something changed the theme without me realizing ?

    I will try find that in the theme. I have fixed the home page, so home you will be able to see it as well as you can see it happening on the first link down the page.

    Your theme’s styling made that “change” from the standard default bulleted list as far as I can tell. Contact your theme’s developer if you need further help with the theme and it’s styling. Or use a CSS plugin to “override” that styling yourself.

    Thread Starter westbccoast

    (@westbccoast)

    Thanks. I did get it resolved by the theme creators. Don’t even get me start how stupid I think it is having the default bullets as >>

    Anyway they added the following in a custom CSS section and it resolved it.

    .sAsCont section ul li:before, footer section ul li:before {
    content: ‘?’ !important;
    }

    .bSe ul li:before {
    content: ‘?’ !important;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bullets turned into Arrows >> but fine in Editor’ is closed to new replies.