Home Forums WoodMart support forum Side menu layout.

Side menu layout.

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

    Vicoff
    Participant

    Good afternoon!
    Tell me what I did wrong? I insert such code into styles, but the page is displayed correctly only after refresh.

    .wd-nav-vertical > li:hover > a {
          background-color: #074581;
          color: rgba(255, 255, 255, 1);
    			font-color: rgba(255, 255, 255, 1);
    			border-radius: 4px;} 
    .wd-nav-vertical > li {border-radius: 8px;
    }

    Correct please.
    Thanks!

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

    Hello,

    Please provide your site URL. If I follow you well you want to change the background and font color with the border radius on hover. We will check and give you the correct code.

    Best Regards

    #365278

    Vicoff
    Participant
    #365408

    Hello,

    Unfortunately, the site cannot be reached, please check: https://gyazo.com/55e10ed39b4fe8190391ad772d9c7f3c

    Best Regards

    #365505

    Vicoff
    Participant
    #365556

    Hello,

    Still the same, unfortunatelly.

    Best Regards

    #365679

    Vicoff
    Participant

    I don’t know why, it’s in Cyrillic (Russian).

    #365680

    Vicoff
    Participant

    #365687

    Vicoff
    Participant

    test2.эпоксидная-смола.in.ua

    Try just copying the text.

    #365801

    Hello,

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

    body .wd-nav-vertical>li:hover>a {
        background-color: rgba(7, 65, 129, 1);
        color: white;
        border-radius: 8px;
    }

    Best Regards

    #365934

    Vicoff
    Participant

    Eliza, are you doing something on the site?

    #365946

    Vicoff
    Participant

    Thanks!

    #366036

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Side menu layout.’ is closed to new replies.