Block Home Page Testimonial Description?

Discussion in 'ColorWay WordPress Theme' started by christinav71, Oct 19, 2014.

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

    christinav71 New Member

    Joined:
    Oct 12, 2014
    Messages:
    11
    Likes Received:
    0
    Hi,

    We don´t have any use for the Home Page Testimonial Description on our site. How do I do the change in the CSS so that I can provent it from beeing shown?

    Best regards
    Christina
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    blockquote.home_blockquote {
    display: none;
    }
    If issue will not solve please provide URL of website and screenshots if possible.
    Thanks & Regards
    Pramod
     
  3. christinav71

    christinav71 New Member

    Joined:
    Oct 12, 2014
    Messages:
    11
    Likes Received:
    0
    That worked - thanks! :)
     
Thread Status:
Not open for further replies.

Share This Page