Slider Header and Description

Discussion in 'ButterBelly WordPress Theme' started by rgonzalez9332, Sep 5, 2016.

  1. rgonzalez9332

    rgonzalez9332 New Member

    Joined:
    Aug 9, 2016
    Messages:
    11
    Likes Received:
    0
    Hi,

    I would like to center both the header and description within the colored bar below the images. Can you also proved the css to change the font family as well?

    Thank you
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .flex-caption {
        text-align: center;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. rgonzalez9332

    rgonzalez9332 New Member

    Joined:
    Aug 9, 2016
    Messages:
    11
    Likes Received:
    0
    Thank you that worked great. Would I be able to change font-family using the same class as well?
     
  4. rgonzalez9332

    rgonzalez9332 New Member

    Joined:
    Aug 9, 2016
    Messages:
    11
    Likes Received:
    0
    I would also like to change the background color but when I do using the code below the transparency is lost and I can still see blue. Please see picture

    .flex-caption-wrapper {
    background: #grey;
    }
     

    Attached Files:

  5. priya

    priya Guest

    Sorry..didn't get your issue..
     

Share This Page