0
Welcome Guest! Login
0 items Join Now

How to remove content: "+"; on read more link

  • How to remove content: "+"; on read more link

    Posted 11 years 2 months ago
    • Hi team !

      Let i it know to all ! I've been working for months on a chapelco template for a great project, and it's still a pleasure !

      Thanks to all again and still :)

      The little thing today is I can't find : content: "+"; to remove this "+" on the read more link.
      I've made a research with sublime text in all files, it shows this occurence in a lot of js files, but i can't get a clue...

      Any advice ?

      Kind regards
      Yann
    • --
      Yann Froment

      YANEOWEB - Agence de Communication
      This email address is being protected from spambots. You need JavaScript enabled to view it.
      www.yaneoweb.com
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: How to remove content: "+"; on read more link

    Posted 11 years 2 months ago
    • I suggest to renew your membership to get more support ...

      As quick tip that +" is added via css.
      So I would try soemthing like
      .button:before, 
      .readon:before, 
      .readmore:before, 
      button.validate:before, 
      #member-profile a:before, 
      #member-registration a:before, 
      .formelm-buttons button:before, 
      .btn-primary:before, 
      #k2Container .k2ReadMore:before, 
      #k2Container #submitCommentButton:before, 
      #gantry-resetsettings:before {
      	display: none!important;
      }
    • Last Edit: 11 years 2 months ago by Henning.

Time to create page: 0.055 seconds