CSS for Gallery Title blocks

Discussion in 'Compass WordPress Theme' started by andreahw16, Jul 13, 2014.

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

    andreahw16 Guest

    Joined:
    Mar 17, 2014
    Messages:
    65
    Likes Received:
    0
    Location:
    Wheaton, IL
    Why are the gallery title blocks remaining blue when I have selected black for the theme color? Is there code available that I can paste in the css area to fix this. Thank you. http://hwdesignstudio.com/?page_id=56

    Also the home page slider text is not working on smart phones for this site http://mauds2.hwdesigndemo.com/

    I am very new at Wordpress, thank you for any assistance
     
  2. andreahw16

    andreahw16 Guest

    Joined:
    Mar 17, 2014
    Messages:
    65
    Likes Received:
    0
    Location:
    Wheaton, IL
    I made a mistake by posting 2 questions in same thread. Perhaps it is not CSS but where can I change the Gallery Title Caption area from blue to black. Attaching a screen shot. Thank you for any advise. http://hwdesignstudio.com/?page_id=56 Screen Shot 2014-07-13 at 12.01.23 PM.png
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .fullwidth .gallery ul li h2 {
    background: #5d5d5d;
    }
     
    @media only screen and (max-width: 767px){
    .salesdetails {
    display: initial;
    background:none;
    }
    .sl-slide-inner h1 {
    font-size: 13px;
    line-height:5px;
    margin-bottom:0;
    }
    .sl-slide-inner p {
    font-size: 12px;
    }
     
    }
    

    This will solve your issue.

    Thanks & Regards
    Gourav Shrivastava
     
  4. andreahw16

    andreahw16 Guest

    Joined:
    Mar 17, 2014
    Messages:
    65
    Likes Received:
    0
    Location:
    Wheaton, IL
    Thank you gallery color is changed:)
     
Thread Status:
Not open for further replies.

Share This Page