Home Forums Pro Themes University Hub Pro Event thumbnail graphics colors

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #49181
    aarongarland
    Participant

    Hello,

    I was wondering if the you can customize the color of the event thumbnail graphics on the homepage? And, if so, how much flexibility there is — in other words, can you change the colors of the main background, bar where the month is, and the date?

    Thanks!

    #49208
    wensolutions
    Keymaster

    Hello @aarongarland,

    To change the color of the background of date and month in event section use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .home-section-news-and-events .custom-entry-date span.entry-month {
        background: #ff6000 none repeat scroll 0 0;  
    }
    .home-section-news-and-events .custom-entry-date span.entry-day {
        background: #a46497;
        text-shadow: none !important;
       }

    You can change the color code according to your requirement .

    Note: The above given CSS does not change the color of the shadow instead it removes the shadow from the box .

    But if you also want the text shadow, please replace the code with the one from the link below :

    https://paste.ofcode.org/E7SBUPKvne7xVjb9mNydz3

    Note : You will need to change all the color hex code for the text shadow CSS property in the code.

    If you have any queries further, feel free to post them here.

    Best regards !!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.