Featured Punchline

Discussion in 'Woodpecker WordPress Business Theme' started by trasgu, Jan 3, 2014.

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

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Hi there,
    first of all, Happy New Year and congratulations for developing such a great new Theme. I have a small issue as I don't need to have a Punchline in the front page right now, can you please give me the CSS code in order not to have it active for now.

    Thx tons and wish you guys a great weekend !!!
    Jose
     
  2. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,
    1.
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .slider-caption-container{
    display:none;
    }
    2.
    The screenshot link you have sent is not working.
    I think you want to change the "This content is password protected. To view it please enter your password below:" text.
    For this go to wordpress\wp-includes\post-template.php and change text from line no. 1250


    Thanks & Regards
    Gourav Shrivastava
     
  4. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Hi there Gourav, that CSS code is for the slider's punchline but I mean the one right above the footer, see capture: http://awesomescreenshot.com/05025x529e ...here's the website I have developed for this Peruvian NGO: http://rkperu.com ....looking good !!!

    The other line to edit the "password protected" is just perfect, I could not find it myself into sooooo many lines of code !!!

    Have a great weekend !!
     
  5. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    The screenshot link you have sent is still not working.
    We have checked your website it seems that you have removed that punchline by yourself.
     
  6. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Hi Piyush, find attached the file so you can see the area I mean. The "Punchline" of the slider is already moved by using the code given by Gourav:
    .slider-caption-container{
    display:none;
    }

    :)
     

    Attached Files:

  7. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature-tagline-container {
    display: none;
    } 
    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     
  8. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Thx Gourav !!!
     
Thread Status:
Not open for further replies.

Share This Page