Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #770100

    Hi,

    2 quick things if that’s ok, please?

    1. I’m using “orange” general style, have changed <strong> style in Advanced Styling to be black instead of orange, however it is not showing on the site. Any thoughts?

    2. Is it possible to configure bold text to be a certain colour, along with other aspects like H1, H2 etc. for just one page?

    Many thanks indeed.

    #770108

    Ignore point 1, clearing cache sorted it.

    #770256

    Hi,

    Yes, you can add custom CSS code using a exclusive page class, just share with me your page.

    Best regards,
    John Torvik

    #781303

    Hi John, the page I’m wanting to change the secondary colour on is attached.

    #781556

    Hi,

    If you want to target the strong tag on that page you can use CSS like this:

    .postid-36 strong {
      color:green !important;
    }

    Best regards,
    Rikard

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