Multiple colors in menu bar

Posted in: Newspaper
Post count: 105

Hello,

This is how our current menu looks like. I would like to use 2 different colors. I marked a zone which I would like to set a color (let’s say green) and pink the right side.

I am fine with doing some custom coding, but I couldn’t figure any way of doing this on my own. Would it be possible to get some CSS suggestions. If this requires a structure in the HTML structure, is it possible to do it in the child-theme?

There is the website, should it be required for inspection.

Thanks!

Post count: 23312

Hello Erythros,

Please notice that our theme does not have any such an option for it, sorry! If you want to achieve this, you should do it yourself because it is not a simple task and it requires to do some additional customizations. As a hint, you should target the containers you want and then, you should add a border. As an example, you can see the code and the results below ->

.td-main-menu-logo{
border: 6px solid green;
}

The result is here -> https://www.screencast.com/t/AFonY8KK07

If you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide additional customization at the moment, sorry!

If you want to create your own custom CSS code, you should consult our guide here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ because there you will teach how you can create your custom CSS code.

Thanks for your understanding!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.