Demo 9 header

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #151114
    Hi, I noticed that in Demo 9 the header and the menu is a little bit darker than the image uploaded. It's a good thing because it'easier to read titles. How can I do in order to have the same result?
    #151117
    Diana
    Participant
    @Studiomedicopavesi_0412, You can set the header background color from wp-admin > Appearance > Customize > Header http://prntscr.com/iv9lk8
    #151226
    Thank you,  I imported demo 9, but the header is not exactly the same. How can I do in order to have the menu text circled with white background?
    #151261
    Diana
    Participant
    @studiomedicopavesi_0412, This is possible with custom CSS. Paste this custom CSS in wp-admin > Appearance > Customize > Custom CSS This custom CSS is for both topmenu and main menu. You an change the background coor by passing color code according to your need. #menu-main-menu > li >a, .topmenu > li> a {background-color:#008000 !important; border-radius:50% !important;}
    #151277
    Thank you Diana, this is the result http://prntscr.com/iwa561 Is it possible to modify the size?
    #151302
    Diana
    Participant
    @Studiomedicopavesi_0412, Yes, you can adjust this by border-radius % which I have given you in the above custom CSS
    #151945
    I dis as you suggested (I changed border-radius from 50% into 5%), you can see the result: http://prntscr.com/iz2fuv What I want is: http://prntscr.com/iz2gpo with all the menu text written in white, not in blue (in my case) as the theme color. Thank you for your help
    #152001
    Diana
    Participant
    @studiomedicopavesi_0412, Please remove the above given code. It will look like this after pasting this code. If still, it will not work then please share your site URL with admin credentials in a private reply. I'll fix it for you. Refer: http://prntscr.com/izkmi8 nav .menu .current_page_item strong { background: #b97ebb !important; width: 100%; padding: 10px 20px; border-radius: 20px; text-shadow: 0 1px 1px rgba(0,0,0,0.2); }
    #152053
    Hi Diana, thank you, the result now is the same as in your example. I need circled not all the menu, but only the page where I currently am. And hover effect when I am going to click on.
    #152077
    Diana
    Participant
    @studiomedicopavesi_0412, Updated the above code, please try that css and let me know. It will work on the current page.
    #152131
    Thank you, now perfectly works!
    #152163
    Diana
    Participant
    @studiomedicopavesi_0412, Thanks for confirming. Now, closing this topic
Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Demo 9 header’ is closed to new replies.