• i recently added amenu widget to bottom of my web pages but i wanted to make the back ground in dark color (custom menu widget)

Viewing 9 replies - 1 through 9 (of 9 total)
  • Sam

    (@soumendra)

    Hello,

    Can you please share the link to your site, so that we can help you better with exact code.

    Looking Forward for your reply.

    Thank you.

    Thread Starter jo12link

    (@jo12link)

    than k you for reply check down i mean that part https://viztours.net/

    Sam

    (@soumendra)

    Hello,

    You need to add this in your Custom CSS for achieving that:

    .content-bottom-widgets {
        background-color: #909090;
    }
    #nav_menu-4.widget_nav_menu {
        padding-left: 20px;
    }

    You can adjust the color as per your requirement.

    Hope that helps.

    Thank you.

    Thread Starter jo12link

    (@jo12link)

    i added but it just disappeared have look at the bottom i added that code in my child theme css

    Sam

    (@soumendra)

    Hello,

    Please revert the changes and check if that fixes the issue for you. and let us know so that we can help you better.

    Looking forward for your reply.

    Thank you.

    Thread Starter jo12link

    (@jo12link)

    i had made mistake i had not placed it on the child theme but now i ha place d it also i added the code at the style.css of child theme it didn’t t disappear but the color from the back ground remained or we need to change the color you can visit the web and see

    Sam

    (@soumendra)

    Hello jo12link,

    You just need to adjust the color code: #909090 with your color.

    Hope that helps.

    Thank you.

    Thread Starter jo12link

    (@jo12link)

    Thank for your help also can you help me with the color codes how to find them so i have to replace that color code with any new one thank you again

    Sam

    (@soumendra)

    Hello jo12link,

    Sorry for late response.

    You can refer this link for choosing the hex code of the color: https://html-color-codes.info/

    Hope that helps.

    Thank you.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How can i change back ground color custom menu(custom menu widget)’ is closed to new replies.