Design of the sections and articles

Posted in: Newspaper
Post count: 55

Hello. What should I do to do a unique design for each section, so that each article have the design of the section to which it applies? https://yadi.sk/i/wFOEjDsxsdZHSQ

Post count: 35449

Hi,

Unfortunately I do not quite understand on what design you are referring, on background color on hover on menu?
Unfortunately our theme do not have this option to set in menu different hover color on each category, sorry.
I think this can be done wit some custom css
Here is an example
ul li:nth-child(2):hover a:after{
background-color :green;
}
ul li:nth-child(2):hover a{
color: green;
}
ul li:nth-child(3):hover a:after{
background-color :blue;
}
ul li:nth-child(3):hover a{
color: blue;
}

https://www.screencast.com/t/0fN2vG0kU

Thank you for your understanding!

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