Change Homepage Identity Colour

Discussion in 'RoadFighter WordPress Theme' started by astermedia, Jan 10, 2017.

  1. astermedia

    astermedia Member

    Joined:
    Nov 12, 2015
    Messages:
    62
    Likes Received:
    1
    Location:
    The Netherlands
    Hi there,

    How can I change the colour of the homepage identity text: Linda Woudstra, top left?
    I want it in black instead of white. See scrprt 2 and 3?

    Thanks for your help
    Greetings,
    Steven
     

    Attached Files:

  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hi Steven,

    Can you share the site URL here? I need to check and will tell you the appropriate Custom CSS code for changing the text color.

    I look forward to hearing from you soon.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. astermedia

    astermedia Member

    Joined:
    Nov 12, 2015
    Messages:
    62
    Likes Received:
    1
    Location:
    The Netherlands
  4. astermedia

    astermedia Member

    Joined:
    Nov 12, 2015
    Messages:
    62
    Likes Received:
    1
    Location:
    The Netherlands
    Dear Naveen,

    I foresee that when the homepage text is changed to black, this will be in conflict with the dark banner that shows on top when you click on to any page. Perhaps there would be a need to either change the dark color to a light one, insert a banner or change the text there to white...

    Please advise
    Steven
     
  5. shruti26

    shruti26 Guest

    Hi Steven,

    Yes! you are right.

    To change the color of the Logo Text
    just paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .header_wrapper .logo h1 a {
        color: #0a0a0a;
    }
    
    Code:
    .header_wrapper .logo p {
        color: #191919;
    }
    
    Hope this helps...!

    Let me know if you need something else.

    Thanks & Regards,
    Shruti Jain
    InkThemes.com
     
  6. astermedia

    astermedia Member

    Joined:
    Nov 12, 2015
    Messages:
    62
    Likes Received:
    1
    Location:
    The Netherlands
    Thanks, unfortunately the problem is now turned around; black logo text on homepage results in unreadable black logo text on banner of any page.

    How can I change the text to black on homepage and to white on pages simulantiously?
    How can I replace the dark colour of the page top banner to a light grey or other colour?

    Pls advise,
    Steven
     
  7. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello Steven,

    That's not possible, However, you can change the header background so that, your text could appear.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  8. astermedia

    astermedia Member

    Joined:
    Nov 12, 2015
    Messages:
    62
    Likes Received:
    1
    Location:
    The Netherlands
    Hi.

    I altered the header_wrapper.logo p color to {#c9e8cf} in the CCS, hoping it would change the dark grey colour of the header on pages (see scrprt) to the new colour #c9e8cf. Unfortunately it doesn't.

    Can you advise what I'm not doing correctly?

    Best wishes,
    Steven
     

    Attached Files:

  9. shruti26

    shruti26 Guest

    Hi Steven,

    To change the color of the desired area just paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .header_container.not_home {
        background: #c9e8cf;
        border-bottom: none;
    }
    
    Hope this helps...!

    Thanks & Regards,
    Shruti Jain
    InkThemes.com
     
  10. astermedia

    astermedia Member

    Joined:
    Nov 12, 2015
    Messages:
    62
    Likes Received:
    1
    Location:
    The Netherlands
    Sublimely so... :) Thanks!
     

Share This Page