Top Feature Description - Reduce Font Size and Center

Discussion in 'Poloray WordPress Theme' started by praxispartners, Sep 16, 2015.

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

    praxispartners New Member

    Joined:
    Aug 13, 2013
    Messages:
    13
    Likes Received:
    0
    See http://praxispartnersllc.com/

    I would like to reduce the font size and center the "top feature description" text (text starting with "Our mission is to accelerate...".

    I am able to use <br> tags to create line breaks directly in Top Feature Settings>Top Feature Description, but center and font size HTML tags do not seem to work. How can I center this text and also reduce the size of the text?
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    You can easily reduce and center the text of description area, you just have to paste the CSS code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .slider_info p {
        font-size: 14px !important;
        text-align: center !important;
    }
    After using the above code in your dashboard, you will notice that heading section will not look adjusted with the description part so if you want to center the heading as well then paste below code also in custom CSS field.
    Code:
    .slider_info h1 {
        text-align: center;
    }
    Note: Change the numeric value as per your requirement.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. praxispartners

    praxispartners New Member

    Joined:
    Aug 13, 2013
    Messages:
    13
    Likes Received:
    0
    Thank you!
     
Thread Status:
Not open for further replies.

Share This Page