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

    #main .content p a {font-style: bold;
    color: #491291; /* non-hover color */}

    I have this code as my links and it is the Quick Css. I want the text to be bold. What am I doing wrong. I want all of my links to be bold text. Thanks Eric

    #1032315

    Hey Eric,
    Please try this code in the General Styling > Quick CSS field:

    #main .content p a {
    font-weight: bolder !important;
    color: #491291;
    }

    If this doesn’t help please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #1032374

    Mike Thank you! Worked perfect. Is there code to have different link colors on different mages. Would that be driven by the “#main”

    #1032505

    Hi,

    You could use the page ID class for that, you can find it in the body tag if you inspect the page in question.

    Best regards,
    Rikard

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