how to remove a the first area under slider?

Discussion in 'BusinessGrow One Page WordPress Theme' started by kitekat77, Nov 8, 2016.

  1. kitekat77

    kitekat77 Member

    Joined:
    Jan 31, 2015
    Messages:
    43
    Likes Received:
    0
    I will like to remove the first area with the
    Background Image under slider!
    How do i do that?
    Se website here: http://www.akupunkturkbh.dk/ it is the area where i there is written Akupunktur København Book en tid her!

    I Hope you can help me :)
    Than you in advance
     
  2. Naveen

    Naveen Guest

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

    It seems you are talking about the area just below the slider, for that, you need to paste below CSS code in Custom CSS field located in Dashboard->InkThemes->Theme Options->Styling Options
    Code:
    .featured_text_area {
         background: #fff!important;
    }
    This will resolve your issue,

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. kitekat77

    kitekat77 Member

    Joined:
    Jan 31, 2015
    Messages:
    43
    Likes Received:
    0
    Thank you, i can Se that the background image is gone, but i will like to remove all of it, the whole section and not only the background.
    Thank you in advance :)
     
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    If you want to remove that section from your site then, you need to paste below CSS code in Custom CSS field located in Dashboard->InkThemes->Theme Options->Styling Options
    Code:
    .featured_text_area {
          display: none;
    }
    This will resolve your issue,

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page