DELETE THE BLACK LINE

Discussion in 'Foogo Pro WordPress Theme' started by playerisima, Nov 15, 2016.

  1. playerisima

    playerisima New Member

    Joined:
    Apr 25, 2013
    Messages:
    19
    Likes Received:
    1
    Hello
    I would like to delete the black line that appears under the logo and below the text in the main image, below the text for top heading.

    thank & regard

    Marta
     
  2. Naveen

    Naveen Guest

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

    Just paste below CSS code in Custom CSS field located in Dashboard->InkThemes->Theme Options->Styling Options
    Code:
    #header .top-header {
        background: none;
    }
    This will resolve your issue,

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. playerisima

    playerisima New Member

    Joined:
    Apr 25, 2013
    Messages:
    19
    Likes Received:
    1
    OK thank you!

    But now I would like to delete the line that appears under the Top Heading.

    And I would like to delete the text that appears on Home page top Button Info

    thank & regard

    Marta
     
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Thank you for getting back to us,

    I am afraid to say that, I was unable to locate the area in the theme...

    It would be better for us to understand your query with the help of edited screenshot.
    Create your screenshots using screenpresso (http://www.screenpresso.com).

    So that I can deliver you an exact and appropriate solution to you,

    I look forward to hearing from you soon.

    Thanks & Regards!
    Naveen Kolhe
    InkThemes.com
     
  5. playerisima

    playerisima New Member

    Joined:
    Apr 25, 2013
    Messages:
    19
    Likes Received:
    1
    There are three zones that I want to eliminate:

    zone 1: The Line that appears under the Top Heading
    zone 2: The Text For Your Top Sub Heading
    zone 2: The Text that appears on Home page top Button Info
     
  6. shruti26

    shruti26 Guest

    Hi,

    I would like to assist you one by one in the series of your queries :

    1. To remove the top heading, please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #sub_header .st-title-wrap .st-title-border {
        border-bottom: none;
    }
    
    2. To remove the text from the Top Sub Heading please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #sub_header .st-title-wrap .light-weight {
            display: none;
    }
    
    3. To remove the text from the Home Page Top Button please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #sub_header .action_note {
            display: none;
    }
    
    Hope this helps...!

    Thanks & Regards,
    Shruti Jain
    InkThemes.com
     

Share This Page