Okay
  Public Ticket #2750174
custom font color
Closed

Comments

  •  1
    ameisoid started the conversation

    Hi guys,

    Maybe it's simple but a can't find the solution.

    I change the font color in paragraphs with the custom skin builder and create some classes with custom CSS for single text field.
    there I set size and color

    .ueber2 {
        font-size: xx-small;
        color: #777777 !important;
    }

    size is working but color will not change (tried different options: grey, #777, without !important)

    do you have an idea?

    thanks a lot
    best wishes
    andré

  • [deleted] replied

    Hi André,

    Can you please try to be very specific about the question and explain it more to me. Please send me the URL of that page, a screenshot of that place etc so I can know exactly how to answer you.

    Also please send me your WordPress credentials, because I need to login to your site and test this.

    To include your credentials click the Insert Credentials button in the editor toolbar (see how) so your reply will be private.

    Thanks!

  •  1
    ameisoid replied

    Hi Ylli,

    thx for your answer.

    page is: gonzo-yoga.de
    backend: gonzo-yoga.de/wp-admin
    your user: kalium
    pass: GAwv8xqnRdYp6J))x6P4yV2q

    and screenshots attached
    thx a mil and have a nice day
    André

    p.s. is there a way do do not underline links?

  • [deleted] replied

    Hi André,

    You can change that color on your Custom Skin Builder (see screenshot) but if you want to have that specific color on that case only, then:

    Please add the code below to your Custom CSS area:

    .ueber2 ul li, .ueber2 ol li {
        color: #777777;
    }

    If that doesn't work then try:

    .ueber2 ul li, .ueber2 ol li {
        color: #777777 !important;
    }

    Have a nice day!

  •  1
    ameisoid replied

    Good morning,

    ok, works. Very fine.

    if you have an answer to remove the underlining at links on mouse hover i would be appreciated.

    thx a lot an  have a nice day
    andré

  • [deleted] replied

    Hi André,

    Happy to hear thatsmile.png

    As for your last question:

    Please add the code below to your Custom CSS area:

    .wrapper a:after, footer.site-footer a:after {
        background-color: transparent !important;
    }
    Have a great day!

  •  1
    ameisoid replied

    Ahh better, now it is a great day,
    dear ylli,

    may be yours as fine as mine.

    thx a mil.
    andré