Home Forums WoodMart support forum Changing one of menu texts

Changing one of menu texts

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #245720

    YasinKsmG
    Participant

    I want change only “İNDİRİM” color to red

    how can I do that?

    Attachments:
    You must be logged in to view attached files.
    #245792

    YasinKsmG
    Participant

    help still needed.

    #245868

    Hello,

    Please enable the call to action option in the menu item https://prnt.sc/vseyyn and I will provide custom CSS.

    Best Regards

    #245870

    YasinKsmG
    Participant
    #245905

    Hello,

    Please provide your site URL, if the site is under construction please provide the credentials into the Private area.

    Best Regards

    #245911

    YasinKsmG
    Participant

    Hello, information in private content. thanks.

    #245917

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .main-nav .item-level-0.callto-btn>a{
    background:transparent;
    color:red!important;
    }
    body .main-nav .item-level-0.callto-btn>a:hover{
    background:transparent;
    color:red!important;
    }

    Best Regards

    #245918

    YasinKsmG
    Participant

    Hello code is working but there is a gap between other menu texts and it does not show underline effect

    here is what I’m talking about:

    https://gyazo.com/762cae9ebab1ff2bb9831acf92203e24

    #246028

    Hello,

    Please deactivate call to action in the menu item and replace the provided code for this one:

    .whb-color-dark .navigation-style-default .item-level-0:last-child > a {
        color: red;
    }
    .whb-color-dark .navigation-style-default .item-level-0:last-child > a:hover {
        color: red;
    }
    body .navigation-style-underline .nav-link-text:after{
    color:red;
    }

    Best Regards

    #246069

    YasinKsmG
    Participant

    disabled call to action but this time text turned black

    https://gyazo.com/66991066df3c6e5b7a9dcb4ced975fe4

    #246191

    Hello,

    Please add this code:

    body .whb-color-dark .navigation-style-underline .item-level-0:last-child a{
    color:red;
    }
    body .navigation-style-underline .nav-link-text:after{
    	background-color: red;
    }

    I have checked it works.

    Best Regards

    #246235

    YasinKsmG
    Participant

    yes it works! thank you so much.

    #246318

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 13 posts - 1 through 13 (of 13 total)

The topic ‘Changing one of menu texts’ is closed to new replies.