Site logo

Archived topic

How to change in CSS the color of a link in HOOK ?

3 replies · Started by Robert on November 23, 2021

Viewing posts 1–4 of 4

Hi

I made a HOOK for an element below the news content: Powrót do strony głównej >>

For example on: https://www.strona55.com.pl/news-nr-1/

next I added this code:

.author-box {
padding: 3%;
margin-top: 40px;
font-size: 1em;
background-color: #F1F1F1;
display: flex;
flex-wrap: wrap;
color: #000000 !important;
}

so the color from the link " Powrót do strony głównej >>"
should be black but hi is +/- dark white

How can I change it to black?

Kr
Robert

Hi there,

i am getting a 403 Forbidden when i try visiting that link.

If the <a> is inside the author box container then i would assume you can use this CSS:

.author-box a {
    color: #ff0000;
}

thx

You're welcome

This archived topic is closed to new replies.