• Resolved csosa

    (@csosa)


    I just looked at my page and the main menu is not at the top right of the header, they have moved down. How can I put them back where it is supposed to be?
    How can I get the comments closed off of the front page?

    revolutionhtx.com is the site

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Anthony Hortin

    (@ahortin)

    Please don’t create multiple threads with the same question. You can see your other thread for the answer to your Comments question – https://www.ads-software.com/support/topic/messed-it-up?replies=10

    It looks like you’ve sorted out you heard issues as well, but let me know if you’re still having problems.

    If it is fixed, can you please mark this as resolved. Thanks.

    Thread Starter csosa

    (@csosa)

    I’m sorry if these seem like the same question but they are not. Before I was asking how to change the font color and now I am asking about the box that surrounds the font.
    Can I fix the box that makes the font impossible to read on the drop down menu with the custom css I used to change the menu font color?
    I am sorry if it is taking me a long time in between my answers my computer is being fixed….

    Thread Starter csosa

    (@csosa)

    Oops I just saw what question I asked and you are right I did ask a question twice and not the one I thought it was. But since I already asked about the black box on the drop down menu in this thread could you please tell me how.
    Sorry for my absent mindedness I am not used to working from my phone….

    Theme Author Anthony Hortin

    (@ahortin)

    To fix the background and font colour, when hovering over a menu option, you’ll need to add something like this to your theme:

    .main-navigation ul ul a:hover {
       color: #fff;
    }
    .main-navigation ul ul *:hover > a {
       background-color: #999;
    }
    Thread Starter csosa

    (@csosa)

    Thank you that worked. I have one more question and then I think I will be done.
    How do I change the color of the font. Not what I put in the pages but the words for the comments? I would like for them to be white so they stand out. I have changed a bunch of colors in the theme but I have not found the one for the comments…..

    Theme Author Anthony Hortin

    (@ahortin)

    The following styles should change the comment text, the comment form labels and the comment form notes:

    #comments article,
    #respond label,
    #respond .comment-notes {
       color: #fff;
    }
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Main Menu moved down’ is closed to new replies.