• Resolved Ruth

    (@eshorebizgal)


    Hi

    What I am trying to do is get rid of the grey bullets, in sidebar and also the big quotes in quotes. I want to customize my own. I am using a child theme. Any help would be appreciated.

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

    (@eshorebizgal)

    Update Thanks to a previous post I have been able to get rid of the quotes. Many thanks to Alexander Agnarson/

    I am still looking for the css to get rid of the sidebar line bullets and mini calendar. Any help appreciated.

    Hi Ruth. Welcome to the Hueman forum.

    sidebar line bullets and mini calendar

    Which widgets are you using that have these “line bullets”? Can you post a link to your site? Thanks.

    Thread Starter Ruth

    (@eshorebizgal)

    Okay

    My site is still a work in progress, but I made it live so you can see it. What I am talking about is the mini calendars in front of archives and the dash mark in front of the pages in the sidebar.

    I just known I am making this more difficult than it is but for the life of me can’t seem to find the answer. Here is the link to my site.

    Ruth Callejas

    Those are FontAwesome icons. Try this in your child theme css. The leading closing bracket } is to close the statement at the end of your css file:

    }
    
    .widget > ul li a:before {
      content: "";
    }
    Thread Starter Ruth

    (@eshorebizgal)

    Thanks bdbrown. Worked perfectly once I removed the first closing bracket before .widget. Problem solved.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Bullets and Quote Removal’ is closed to new replies.