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

Home Forums Support [Resolved] How to change in CSS the color of a link in HOOK ?

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2017103
    Robert

    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

    #2017386
    David
    Staff
    Customer Support

    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;
    }
    #2017491
    Robert

    thx

    #2017687
    David
    Staff
    Customer Support

    You’re welcome

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