Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #887004

    I had in the future some automatically generated Links from my Encyclopedia Plugin.

    Now they made Links on each site with the word “SEO”

    Please look at my Startpage (link in the private content).
    Here you can find this part with mark:
    https://snag.gy/IZXzO8.jpg

    Now I want that this automatically lnks are not in yellow.
    They should be in the normal text colour. But bold!
    And the hover shall stay in blue like it is.

    The class of the links is “encyclopedia”.
    How can I mad this and there I must made a special CSS for that?

    I hope you understand my question. :)
    Have many thanks,
    Marc.

    #887039

    Hey Marc-Robert,
    Try this code in the General Styling > Quick CSS field:

    a.encyclopedia {color: #919191!important; font-weight:bold !important; }
    a.encyclopedia:hover {color: #4b90cd!important; }

    Best regards,
    Mike

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