top heading

Discussion in 'Foogo Pro WordPress Theme' started by ntenetworking, Nov 12, 2015.

  1. ntenetworking

    ntenetworking Guest

    Joined:
    Sep 26, 2015
    Messages:
    15
    Likes Received:
    0
    http://marketsavvy.biz/
    the text is white and a light green and we are not able to see it on our background. Can the text colour be changed?
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #menu .ddsmoothmenu li a {
        color: blue !important;
    }
    Note: change color as per your interest.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. ntenetworking

    ntenetworking Guest

    Joined:
    Sep 26, 2015
    Messages:
    15
    Likes Received:
    0
    Not one bit that is for the menu. I need to change the heading. There is a "computer screen" on the site http://marketsavvy.biz/ I have no changed it to a green background so you can see the shite text but the green text is hard to see under the botton
     
  4. priya

    priya Guest

    Hello,

    If your concern is all about to change color of text under services button, so to change color of that text you can paste below code in Custom CSS field of your dashboard.
    Code:
    .action_note {
      color: white !important;
    }
    If I am wrong with your issue, please provide us some edited screenshot of the concerned area, so that we can assist you accordingly.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page