Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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!
    Sandra

    #1194918

    Hey winewords,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1195211
    This reply has been marked as private.
    #1195218

    I 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 option

    #1195226

    Me 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.

    #1195257

    The 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.

    #1195350

    Hi,

    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,
    Rikard

    #1195529

    Hi 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 :-)

    #1195545

    So, 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;
    }

    #1195621

    Hi,

    Add this to quick css:

    #menu-item-3243 a{
        line-height:45px!important;
    }

    Best regards,
    Jordan Shannon

    #1195937

    Thanks Jordan, that worked fine!
    Sandra

    #1196460

    Hi,

    Perfect! I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.