Changing font size and colour in X theme top bar

Hi,

I’m using X theme Ethos and I want to change the font size and colour in the top bar content section.

Using the Ethos settings I can’t seem to affect these.

Please can you help

regards

Andy

Hi Andy,

You can change that from Theme Options > Ethos > TOPBAR BACKGROUND COLOR, please find the screenshot describing the setting.

Thanks

Hi Tristup,

Its not the background colour I want to change - its the text size and colour from Topbar Content.

The text colour is too faint and I want make it stand out more.

How do I do this?

Hi Andy,

To change the font-size and colour of top bar content add this CSS code in Theme options -> CSS

        .x-topbar .p-info {
            font-size: 12px;
            color: #fff;
        }

Change the value of font-size and colour as per your design.

I would suggest you use the PRO theme for ultimate options and settings.

The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope it helps you.
Thanks

Thanks PrakashS,

Regards

Andy

You’re welcome, Andy.

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