Page Title Text on Pages

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by irissalmins1, Dec 23, 2014.

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

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    How can I increase the text size of the page title names on the pages?
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .fullwidth .fullwidth_inner h1.page-title {
    font-size: 24px;
    }
    We have used 24px for that heading you can increase it in above code according to your need.

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #menu .ddsmoothmenu li a {
    font-size: 14px;
    }
    .feature_content_inner_head h2 {
    font-size: 22px;
    }
    .feature_content .feature_content_inner_head h6 {
    font-size: 14px;
    }
    .feature_content_inner_box1 h5 {
    font-size: 16px;
    }
    .feature_content_inner_box1 p {
    font-size: 13px;
    }
    .feature_content ul.feature_content_inner_box li .feature_content_inner_box1 h5 a {
    font-size: 16px;
    }
    .feature_content_inner_box1 {
    font-size: 14px;
    }
    .footer_wrapper .footer_widget h6 {
    font-size: 15px;
    }
    .footer_wrapper .footer_widget ul li a {
    font-size: 12px;
    }
    
    You can increase/decrease font-size in above code according to your need.

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  5. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    Thanks!!!
     
Thread Status:
Not open for further replies.

Share This Page