0
Welcome Guest! Login
0 items Join Now

How to remove site arrows appearing on all articles?

  • How to remove site arrows appearing on all articles?

    Posted 11 years 1 month ago
    • Hi

      I am a basic designer trying to assist my wife with her website. I installed Leviathan template and have this black circle - with what looks like a 'v' inside whenever we open a profile or page. I believe this ia an arrow or list style??

      Please could you kindly advise how i can remove this?

      I have another question on how to create a pop-up from an article but will send another mail so as not to confuse the above issue...


      Many thanks

      Duncan

      website is www.speakersinc.co.za
  • Re: How to remove site arrows appearing on all articles?

    Posted 11 years 1 month ago
    • I was informed to add this

      .component-content h2:before {
      content: "" !important;
      width: 0px !important;
      }

      .component-content h2 {
      margin-left: -43px !important;
      }

      I created a "template"-custom.css file as per documentation and it made no difference there is still the circle and style arrow inside next to the name of each article
    • Terp's Avatar
    • Terp
    • Elite Rocketeer
    • Posts: 1720
    • Thanks: 23

    Re: How to remove site arrows appearing on all articles?

    Posted 11 years 1 month ago
    • Try:



      .rt-main-wrapper h2:before {
      display: none;
      }
      

Time to create page: 0.075 seconds