Custom style for sortcode text in header

Custom style for sortcode text in header. Currently is I change the colour in theme options it works but then changes the colour in other areas of the site. Would like to create a custom css style for this particular sortcode/Text.
https://www.begreattraining.com/

Its the Login/Logout link in the top right hand corner.

Thanks,

Hi Sagar,

Thanks for reaching us.

To change the color you need to write a small piece of CSS code and add it into your specific HEADER CSS.

.loginlogoutheader a {
  color: #ff0000;
}

Used .loginlogoutheader class as you have already added.

Remember that the above code will work if copied as it is and don’t conflict with any existing style.
To get more help on that please go through resource.
Please note that the code provided serve only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle. We do not provide support for custom codes that means we can’t fix it in case it conflicts with something in your site nor will we enhance it.

Hope it helps.

Thanks

1 Like

Hello Sagar,

Is your issue resolved already? We cannot check it because your site is now under construction mode.

Please advise.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.