how do I change the bottom section of the home page

Discussion in 'Subscribely v2 WordPress Theme' started by sandradohn, Jul 28, 2015.

  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, I want the bottom of the home page to be like the "FREE" content but without the "FREE" banner over the pic. I do not see instruction on how to set this up. I would also like to know how to place text above the thumbnail pics. If this is not possible , then can you let me know how to place text below the thumbnails on the bottom section of the home page? Please advise. Thanks, Sandra

    PS I have attached a pic of the part I am speaking of.
     

    Attached Files:

  2. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Greetings from InkThemes,

    For rid of FREE banner use below custom CSS

    Go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS

    field and try to cut paste the given below CSS code there.

    Code:
    #content_wrapper #thumbnails img.free-ribbon {
        display: none;
    }
    Do let me know what kinds of text you want to insert above the thumbnail means

    All thumbnail have same text or different.
     
  3. songsforteaching

    songsforteaching New Member

    Joined:
    Aug 5, 2015
    Messages:
    6
    Likes Received:
    0
    Hi,

    I would like to be able to insert a video thumnail in this area. How would I do that?

    Thanks,

    Paul
     
  4. songsforteaching

    songsforteaching New Member

    Joined:
    Aug 5, 2015
    Messages:
    6
    Likes Received:
    0
    Think I found the answer to my question! :)
     
  5. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Hope doing good.

    I really appreciate your efforts in exploring the things and sharing your knowledge here.

    It seems that you have resolved your issue by your own.

    Let me know if have further doubts so that I can assist you.
     

Share This Page