• Resolved Selinvarol

    (@selinvarol)


    Hello,

    I have a child theme and custom css manager.

    1. Menu on header, how can I change the color of the text to white without any highlight?
    2. Footer, all content is in grey color and can not be read, how can I change he color to white?
    3. when I click homepage button it takes me to my old wordpress.com page, which I do not want. Do I need to delete my wordpress.com blog.

    Thanks a lot.
    Website:
    https://www.cevizhane.org/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Menu on header, how can I change the color of the text to white without any highlight?

    Can you explain further what you want regarding the “without any highlight” bit?

    2. Footer, all content is in grey color and can not be read, how can I change he color to white?

    White text will have poorer contrast than the current black colour. Anyway to change it to white add to either your Custom CSS Manager or Child Theme style.css file:

    .site-info,
    .site-footer a {
     color: white;
    }

    when I click homepage button it takes me to my old wordpress.com page, which I do not want.

    Set up a custom menu in the dashboard under Appearance > Menus https://codex.www.ads-software.com/Appearance_Menus_Screen – Then choose the menu items and/or links you want.

    Thread Starter Selinvarol

    (@selinvarol)

    Thanks Andrew.

    I am trying to get the same look as on my blog which is https://www.cevizhane.wordpress.com

    Header Menu is in grey and highlighted in white which is not looking nice but in my blog it is white written on a grey background.

    Also, how can I change the color of the arrows to orange color as it was in my wordpress.com blog.

    Thanks a lot.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Menu on header, how can I change the color of the text to white without any highlight?

    I am trying to get the same look as on my blog

    Try:

    .main-navigation li {
     background: none;
    }
    
    .main-navigation a {
     color: #F5EFEF;
     font-family: Quicksand, Helvetica, Arial, sans-serif;
     font-size: 1.3em;
    }
    
    .main-navigation ul li {
     background: #666;
     background: rgba( 102, 102, 102, 0.8 );
    }

    Then set your main background colour as #666(666), which I think you can do through the dashboard.

    Thread Starter Selinvarol

    (@selinvarol)

    Thanks a lot Andrew. I have fixed the menu on header.

    I need your support again for these issues:

    Website.

    1. Sidebar 1-2 and 3 text is in black color which makes it difficult to read. Could we change it to white with the same font type in menu header.

    2. How I can change the arrow and plus sign on main page to orange color as in my wordpress.com blog.

    3. When I go to individual posts the header and the tags are in grey color. Can we change to white as well. Example.

    I read this support forum as a guide and already saved all your answers . thanks for your support.

    Thread Starter Selinvarol

    (@selinvarol)

    One more:

    Comments in all pages can not be read, and we would like them to be in white.

    Thanks,
    Selin.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Could you create a new thread for each topic (1,2,3)?

    Thread Starter Selinvarol

    (@selinvarol)

    Ok. Thanks for your support.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Color of Menu and Footer’ is closed to new replies.