• Closed
  • Tina
    Spectator
    January 1, 2015 at 10:27 pm #14188

    I managed to set a link for a font awesome icon however it comes only with a button like the “Read More” button and thats what I don’t want/need. Is there a possibility to set only a link for the icon or to delete/hide the button?

    Thanks in advance!

    Alok Maheshwari
    Spectator
    Posts: 303
    January 2, 2015 at 2:01 am #14189

    What is your site url?

    Tina
    Spectator
    Posts: 6
    January 2, 2015 at 11:23 am #14191

    thebigvan.de

    Roman
    Spectator
    Posts: 3147
    January 3, 2015 at 11:54 am #14202

    do you mean the content boxes icons?

    Johan Bergstad
    Spectator
    Posts: 32
    January 13, 2015 at 8:26 pm #14327

    A question linked to this one: is it possible to customize the Read More button? Customize color or form?

    Thx an advance for answer.

    ps I would have created a new topic for this question but somehow I can’t find the button to create a new topic….:-(

    Tina
    Spectator
    Posts: 6
    February 3, 2015 at 12:00 pm #14647

    @ Roman: I mean the “Read More” button linked to the sub-pages of the several topics

    Alok Maheshwari
    Spectator
    Posts: 303
    February 3, 2015 at 12:41 pm #14648

    You can hide them by using following css

    .content-boxes .more
    {
    display:none;
    }

    Tina
    Spectator
    Posts: 6
    February 3, 2015 at 1:00 pm #14649

    thanks, Alok. However if I use the b.m. css the link will be also removed from the font awesome icon. Is there a possibility to hide only the button without removing/hiding the link?

    Alok Maheshwari
    Spectator
    Posts: 303
    February 3, 2015 at 1:06 pm #14650

    It shouldn’t affect the font awesome icon link as it seems to be a separate link. The css should just hide the buttons only. Also the design link is not correct.