Slider Headings and Descriptions - Position, Background Color, Font Color

Discussion in 'StartPoint Business One Page WordPress Theme' started by rexmanaster, Nov 13, 2014.

  1. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Hi, How can I position slider headings and descriptions bottom left of the slider image? By bottom left, I mean the area shown in the attached screen shot.

    Also, how can I adjust the color and transparency of the backgrounds?

    How can I change the color of the font?

    Thanks,
    Rex
     

    Attached Files:

  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:
    .text-container h3{
    background:red;
    color:green;
    }
     
    .text-container h1{
    background:yellow;
    color:pink;
    }
     
    .flex-caption{
    top:70%;
    }
    .text-container {
    text-align: left;
    }
    
    Adjust color according to your requirement.

    Thanks & Regards
    Pramod
     

Share This Page