• Resolved camp2001

    (@camp2001)


    How can I change the default Link color of an URL in the Textbox? is there a posability to do this within an CSS entry?

    • This topic was modified 5 years, 11 months ago by camp2001.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Marcel Pol

    (@mpol)

    You mean in the entry list? That should just follow your theme CSS.
    Can you share a link to your website and tell me what you would want to have changed?

    Thread Starter camp2001

    (@camp2001)

    thanks for answer and sorry that I didnt explained it clear inough

    Well thats exactly the issue with my customer in the theme he use for example the color red for links and unfortunately he will use in the guestbook for gb-entry-content as background also red, therefore when someone post an entry with a url, the link exits in gb-entry-content but invisible because he is red as the background, therefore I like to change the color in gb-entry-content for links to another color if possible.

    Plugin Author Marcel Pol

    (@mpol)

    Try this CSS.
    You can add it in the Customizer as Custom CSS.

    div.gb-entry-content a {
        color: #00ffff;
    }
    Plugin Author Marcel Pol

    (@mpol)

    Or alternatively this for everything in the guestbook:

    div#gwolle_gb a {
        color: #00ffff;
    }
    Thread Starter camp2001

    (@camp2001)

    Thanks a lot, exactly what I am was looking for

    have a nice day

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Howto change URL Link color’ is closed to new replies.