Tagged: change colour, change font, top menu
-
AuthorPosts
-
March 20, 2020 at 4:38 pm #1194814
Hi,
I managed to change so far what I needed to in the “Erweitertes Styling” of the theme options of the child menu. I have one item in the top menu “weinverliebt” and I would like to change font and colour only for this link. How do I do it?Thanks!
SandraMarch 20, 2020 at 8:22 pm #1194918Hey winewords,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaMarch 22, 2020 at 12:03 pm #1195211This reply has been marked as private.March 22, 2020 at 1:23 pm #1195218I did put
add_theme_support(‘deactivate_layerslider’);this into the functions.php, of my child theme, but the layerslider is still active
I didn’t dare to check the button in the layout architect, the last point where it says to delete all theme-plugin Dateien and Folien
I tried to check the first option, to deactivate the plugin but it was not possible to save that optionMarch 22, 2020 at 1:58 pm #1195226Me again.
I removed what I put in the functions.php and deactivated the layerslider in the layout architect, but there suddenly was a text box visible with some code about the layerslider. I deleted that box. I hope thats ok. I just want to put a simple picture there without it scolling into the header-logo-area. I’m trying.
March 22, 2020 at 4:23 pm #1195257The first problem I asked you about unfortunately still stands.
But I guess you can ignore my last texts to you. It looks as if I have solved the additional problems.March 23, 2020 at 5:28 am #1195350Hi,
Thanks for the updates. Please try the following in Quick CSS under Enfold->General Styling:
#menu-item-3243 .avia-menu-text { color: red !important; }
Best regards,
RikardMarch 23, 2020 at 5:09 pm #1195529Hi Rikard,
thanks. I got the colour I wanted and included a new font, that worked also, but the font size was crap and I couldn’t get it to work:
#menu-item-3243 .avia-menu-text {
color: #94045C !important;
}#menu-item-3243 .avia-menu-text {
font-family: ‘Playball’, cursive, font-size: 32px !important;
}I guess I have chosen a crappy font anyway, but when I know how this works I can change it again.
thanks :-)
March 23, 2020 at 6:23 pm #1195545So, I managed to add the size – and now it seems, that the font I have choosen lies abit lower than the other font – the words should have the same – is it groundline? – not sure. Is it possible to move my word “weinverliebt” a little bit higher?
what I now have is:#menu-item-3243 .avia-menu-text {
color: #94045C !important;
}#menu-item-3243 .avia-menu-text {
font-family: ‘Playball’, cursive !important;
font-size: 30px !important;
}March 24, 2020 at 1:57 am #1195621Hi,
Add this to quick css:
#menu-item-3243 a{ line-height:45px!important; }
Best regards,
Jordan ShannonMarch 24, 2020 at 9:55 am #1195937Thanks Jordan, that worked fine!
SandraMarch 24, 2020 at 3:33 pm #1196460Hi,
Perfect! I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.