• I want to change the color of the main title, Landrau Scientific Innovations, from white to black or some other color, but can’t figure out how. It’s probably something simple I’m overlooking, but I would appreciate a bit help.

    Thanks for anything you can do.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello sec55,

    You can change the color of the the text with the help of custom css. You need to apply below given css in the style file-

    .post-header-title h1 {
    color: red !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter sec55

    (@sec55)

    I kind of knew that custom css would be the way to do it, but I couldn’t find out what selector to use. Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Styling page title’ is closed to new replies.