• Closed
  • Iryna Ustinova
    Spectator
    October 25, 2016 at 1:00 am #30839

    Hello, I would like to seek help for MENU.
    I flow when I would place it in the center than around the blog and change the color of the menu background of menu categories and the name of the blog.
    the link is – http://vita-sana.com/
    Theme – Evolvere
    Thank you!

    Denzel Chia
    Moderator
    Posts: 2656
    October 25, 2016 at 10:29 am #30850

    Hi,

    I flow when I would place it in the center than around the blog

    Sorry, I do not understand this sentence. Please kindly explain in more details.

    Please use the following in Theme Options -> Custom CSS
    The following is for your blog title color. You can change #000000 to the color hex code of your choice.

    #logo a {
    color: #000000 !important;
    }

    Regarding menu color, please go to Theme Options -> Styling -> Menu
    find the setting -> Or custom main menu color

    Thank you

    Iryna Ustinova
    Spectator
    Posts: 12
    October 26, 2016 at 6:53 pm #30890

    Hello, thanks for the answer. I could configure the color of the menu with your help! Maybe I had not explained well in the first post.
    I want to change the names of the categories in the menu.
    And then place the center of the menu.
    Can I attach the screen to make you understand better?
    One last thing. In which way can you change the background of the article (color or pattrn) or different background for each item?
    Thank you!

    Denzel Chia
    Moderator
    Posts: 2656
    October 27, 2016 at 11:10 am #30900

    Hi,

    Please use this tool to upload a screen-shot.
    http://prnt.sc/
    After that, Paste the URL here.

    I want to change the names of the categories in the menu.

    To do this, you will need to use Custom Links in Appearance -> Menus
    Create your own Custom Link, with you own link text and paste your category URL in the URL input.

    One last thing. In which way can you change the background of the article (color or pattrn) or different background for each item?

    It will be difficult to have a different color for each article.

    You can try out the following code, which changes background color for all articles on your homepage.

    .home #primary .post {
    background: #ff0000 none repeat scroll 0 0 !important;
    }

    Thank you

    Iryna Ustinova
    Spectator
    Posts: 12
    October 27, 2016 at 2:36 pm #30911

    Hello,
    In fact, I have not explained well. I would change the color of the categories, not the Categories.
    I added you the menu link to understand. I want to right the Menu, center it when I’m browsing.
    How can I do to change the background menu when it is stationary? _ I tried to Appearance ……. but it does not change (it seems to be blocked).

    http://prntscr.com/czlm6o

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    October 28, 2016 at 10:10 am #30920

    Hi,

    The following screen-shot is what I see when I visit your website. http://vita-sana.com/
    http://image.prntscr.com/image/5109c0059f344797b9b2f00390640d41.png

    It’s different from the screen-shot that you provide.

    By the way, I am still confuse with your request.

    I would change the color of the categories, not the Categories.

    Are you referring to the menu item font color?

    How can I do to change the background menu when it is stationary?

    There is no sticky menu on your website. Therefore, am I right to say you want to change the menu background color?

    Thank you.

    Iryna Ustinova
    Spectator
    Posts: 12
    October 28, 2016 at 4:06 pm #30930
    This reply has been marked as private.
    Denzel Chia
    Moderator
    Posts: 2656
    October 29, 2016 at 11:20 am #30938

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .nav-menu li a {
    color: #ff0000 !important;
    }

    .container.nacked-menu.container-menu {
    background: #333333 none repeat scroll 0 0 !important;
    }

    Your menu is already center.
    You need to clear your browser cache and login out of your WordPress admin.
    Take a look at your homepage. There is nothing wrong with menu alignment.

    Thank you

    Iryna Ustinova
    Spectator
    Posts: 12
    November 1, 2016 at 12:53 pm #30971
    This reply has been marked as private.
    Denzel Chia
    Moderator
    Posts: 2656
    November 2, 2016 at 7:13 am #30982

    Hi,

    This screen-shot.
    http://prnt.sc/d1n2kt

    Shows what you see when you are logged in.
    Please log out of your admin, and clear browser history.
    You will see that your menu is perfectly centered.
    http://image.prntscr.com/image/fb197b8143c149538364af0546850d17.png

    There is no need to center your menu.

    The following is for your menu background color.

    .container.nacked-menu.container-menu {
    background: #ff0000 none repeat scroll 0 0 !important;
    }

    The following is for your widget border color.

    .widget-content {
    border: 1px solid #000000 !important;
    }

    The following is for your mail button color

    #subscribe-submit input {
    background: #ff0000 none repeat scroll 0 0 !important;
    }

    The following is for your read more button color

    .read-more {
    background: #00ff00 none repeat scroll 0 0 !important;
    }

    Please use the following colorpicker to pick the color you require and replace the color hex codes in the above solutions.
    http://colorpicker.com

    Thank you

    Iryna Ustinova
    Spectator
    Posts: 12
    November 8, 2016 at 3:30 pm #31086
    This reply has been marked as private.