• Hi, am building a demo sample site using “total” theme. I want to change the yellow background around the menu drop down (I think that’s called the container) in the mobile view. I was able to change the hover color. I tried few css codes in “custom css” that was in the forum. But it did not work. Am new to wordpress, any help is greatly appreciated. Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try adding this rule:

    
    @media screen and (max-width: 1000px) {
       .ht-main-navigation .ht-menu {
          background-color: #f00;
       }
    }
    

    I’ve set it to red, but of course use whatever color you want.

    By the way, in the future, if you have a question about the Total theme, please post it in the Total support forum. Also, include a link to your site so it can be examined.

    Thread Starter chrish05

    (@chrish05)

    CrouchingBruin, thank you for your help! It works perfectly now! Thanks a lot. Could you tell me what kind of questions can be posted here?

    Oops, somehow my previous link to the Total support forum didn’t work. Their www.remarpro.com support page is right here. The theme authors also have their own support page for the Total theme here. I don’t know if this is just for their premium members or not, you can try signing up for an account.

    You can post any type of question related to the theme on the theme’s WordPress support page. Some theme authors won’t answer questions about customizing the theme (especially if they offer a premium version) and will only answer questions concerning possible bugs or enhancements. And with some themes, the author doesn’t answer any support questions at all on the WP support page and will only answer questions on their own support page. Usually you can scroll through the support questions to get an idea as to the level of support a theme author will give, but I see that this is a very new theme (first released back in August), so hard to say what their support will be like.

    Sometimes, though, even if the theme author doesn’t respond to a question, there might be someone else browsing through the support questions (like myself) who can help you (depending upon how difficult the question is). And if you have a general WordPress question, you can always post it on the general WordPress support forum and not the theme’s support page.

    Thread Starter chrish05

    (@chrish05)

    Thank you very much for the detailed answer. I have just started using wordpress and you reply is really useful. I will keep this in mind for any future questions. Thanks a lot.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change drop down menu color of container in mobile view’ is closed to new replies.