Slider h3 - background color transparency; padding

Discussion in 'StartPoint Business One Page WordPress Theme' started by rexmanaster, Jan 21, 2015.

  1. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    hi,

    how can i adjust the background transparency and top/bottom padding of the slider description/h3?

    please see attached screenshot for clarification.

    thanks,
    rex
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi rexmanaster,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .text-container h1 {
    padding: 15px 55px;
    opacity: 0.8;
    }
    Thanks,
    Praveen
     

Share This Page