Shop Categories

X

CSS FONT

Home Forums Agama Pro CSS FONT

Topic Resolution: Resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10113
    Resiliencengine
    Participant

    Hi there,

    How can I set a colour for all the links by using CSS?

    #10114
    Zex
    Moderator

    Hello,Resiliencengine!

    You can change the color of the links without the CSS code.

    This option is located in :

    Customizing ▸ General ▸ Skins menu.

    https://prnt.sc/ki1oig

    Let me know if for some reason this option didn’t work for you.

    also, in that case, give me a link to the page where you have links that you want to change.

    Regards

    #10118
    Resiliencengine
    Participant

    Mmm, yep, it was set but doesn’t seem to work. I am setting every colour link manually and it doesn’t work.

    i.e.
    the first READ MORE http://retest.altervista.org/news/

    #10120
    Zex
    Moderator

    Hi,

    Next code should work for you:

    .entry-content a{
       color:#cd1e7e;
    }

    to change the hover color, you can use the following code:

    .entry-content a:hover{
       color:#B1DDE7;
    }

    change the color codes per your wish.

    Regards

    #10122
    Resiliencengine
    Participant

    Great, thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.