Slider heading/description bar

Discussion in 'ButterBelly WordPress Theme' started by mckinlt, Aug 27, 2015.

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

    mckinlt Member

    Joined:
    Aug 27, 2015
    Messages:
    45
    Likes Received:
    0
    I had to decrease the height of the photos and the opaque bar above the top of the photos resized to the new widths but the purple bar with the slider image headings and descriptions has not - it is wider than the photos. What can I do to align it with the width of the photos? www.novamidwife.org Thank you.
     
  2. mckinlt

    mckinlt Member

    Joined:
    Aug 27, 2015
    Messages:
    45
    Likes Received:
    0
    I'd like to remove that purple text bar completely. What is the CSS? Thanks so much.
     
  3. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    You can resolve your issues related to the height of the photos and the opaque bar, you just need to paste the CSS code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .flexslider .slides img {
        width: 1204px;
       height: 559px !important;
       }
     
    .header_container.home {
        height: 28px;
    }
    NOTE: Please adjust height and width as per your requirement.

    And to remove purple text bar completely, just paste the code given below in Custom CSS section

    Code:
    .flex-caption-wrapper {
        display: none;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     
  4. mckinlt

    mckinlt Member

    Joined:
    Aug 27, 2015
    Messages:
    45
    Likes Received:
    0
    Perfect - thank you!
     
Thread Status:
Not open for further replies.

Share This Page