- This topic has 1 reply, 2 voices, and was last updated 7 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › University Hub Pro › Event thumbnail graphics colors
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!
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 !!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |