Page blog

Discussion in 'Foogo Pro WordPress Theme' started by playerisima, Dec 13, 2016.

Thread Status:
Not open for further replies.
  1. playerisima

    playerisima New Member

    Joined:
    Apr 25, 2013
    Messages:
    19
    Likes Received:
    1
    Hello,
    I would like to delete from de home page
    :

    1)Home Page Blog Area Heading

    2)Home Page Bottom Right Area Heading

    how can i hide these two homepage sections?

    Thank!
    Marta
     
  2. shruti26

    shruti26 Guest

    Hi,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #section_blog .section-heading {
           display: none;
    }
    
    Hope this helps...!

    Thanks & Regards,
    Shruti Jain
    InkThemes.com
     
  3. playerisima

    playerisima New Member

    Joined:
    Apr 25, 2013
    Messages:
    19
    Likes Received:
    1
    Hi,
    I just did it but it does not change anything. I do not understand why
    Thanks & Regards,
    Marta
     
  4. shruti26

    shruti26 Guest

    Hi,

    I checked the code and it's working at our end.

    You can still try the CSS Code given below :

    Code:
    #section_blog .section-heading {
           display: none !important;
    }
    
    In case you still remain with the issue, just send us your website WordPress login details at [email protected] along with the thread link.
    Your Website URL:
    WordPress Username:
    Password :


    We will do it for you from our end.

    Thanks & Regards,
    Shruti Jain
    InkThemes.com
     
  5. playerisima

    playerisima New Member

    Joined:
    Apr 25, 2013
    Messages:
    19
    Likes Received:
    1
    Perfect, but my question is .... how do I delete the default texte in the subject?


    Thanks & Regards,
    Marta
     
  6. shruti26

    shruti26 Guest

    Hi Marta,

    Could you please provide us some edited screenshot of your requirements/concerned area, so that we can assist you accordingly?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    We would be glad to assist you!

    Thanks & Regards,
    Shruti Jain
    InkThemes.com
     
  7. playerisima

    playerisima New Member

    Joined:
    Apr 25, 2013
    Messages:
    19
    Likes Received:
    1
    This is the content that I want to delete. Not appear


    upload_2016-12-14_13-39-18.png
     
  8. shruti26

    shruti26 Guest

    Hi Marta,

    Hope you are doing good...!

    To remove the concerned area as you mentioned in the screenshot just paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

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

    Thanks & Regards,
    Shruti Jain
    InkThemes.com
     
  9. playerisima

    playerisima New Member

    Joined:
    Apr 25, 2013
    Messages:
    19
    Likes Received:
    1
    Perfect!

    Thank you very much!!
     
  10. shruti26

    shruti26 Guest

    You are most welcome.. :)
     
Thread Status:
Not open for further replies.

Share This Page