Removing line in topbar in ICON

Hi,
I have gone through all the solutions opted for removing the lighy gray lines in ICON and much is resolved except for the topbar line which surounds the topbar content.
How can I remove line or make it white?
Schermafbeelding 2020-08-28 om 15.28.46

Hi @kkazemi

You can remove the border from the section mentioned in the screenshot, by adding the following piece of custom CSS code at Theme Options > CSS

.x-topbar .p-info
{
border:none;
}

Remember that the above code will work if copied as it is and don’t conflict with any existing style.
Please note that the code provided serves 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.
Please remember that 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.

Thanks

Thankyou… it works!

Hi @kkazemi,

Glad that it helps.

Thanks

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