• Hi Kharis, on the homepage, video section, I’d like to change the title ‘Videos’ to colour #d79124 – do I need a bit of code to make this change?

    Thanks,
    Jen

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @jennifercross
    This can solve your issue.

    .panel-widget-style .widget-title {
        color: #d79124;
    }
    Thread Starter JenniferCross

    (@jennifercross)

    Thanks for this. However, the Arbitration section title has also now turned orange, I wish to keep that one #363534 – please could you help me to do that?

    Many thanks,
    Jen

    Hi Jen,

    I am sorry for the delay in response.

    To have a unique style for specific element in a particular row, you should first add a unique class name to respective widget or row. Some page builder plugin usually have an option for this.

    So you can use this CSS code after enabling a unique class name selector to the wrapper element (it could be widget or row).

    .your-unique-element-class .widget-title {
        color: #d79124;
    }

    Hope this reply helps.

    Thread Starter JenniferCross

    (@jennifercross)

    Hi Kharis,

    Thanks for getting back to me.

    I am trying to change to title ‘Arbitration’ to white on the home page, I’ve tried this Custom CSS code, but perhaps it isn’t right as it doesn’t work:

    .#pg-773-8.widget-title {
    color: #fff;
    }

    How do I enable a unique class name selector, please?

    Thanks,
    Jen

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Title colour change’ is closed to new replies.