how to access quote section of front page

Discussion in 'ColorWay WordPress Theme' started by faceless4all, Aug 29, 2014.

  1. faceless4all

    faceless4all Member

    Joined:
    Aug 19, 2014
    Messages:
    197
    Likes Received:
    1
    Hello a few questions,
    How do I access the front page section with the quote mark in it, to add my own text?
    How do I change the font color for that section?
    How do I reduce the white space above the text and white space below text, of that section?
     
  2. faceless4all

    faceless4all Member

    Joined:
    Aug 19, 2014
    Messages:
    197
    Likes Received:
    1
    Hi, forget question 1 and question 2. Resolved.
    still searching for answer to: How do I reduce the white space above the text and white space below text, of 'quote' testimonial section?
     
  3. 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 {
    margin-top: 10px;
    margin-bottom: 20px;
    }
    Please adjust according to your requirement.
    Thanks & Regards
    Pramod
     

Share This Page