- This topic has 1 reply, 2 voices, and was last updated 7 years, 5 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 › Tourable Pro › CSS for more customizations in Tourable pro
Tagged: css
Hello, loving the Tourable pro theme. Can you provide CSS to change the site title text color on hover and for change button default colors? Also looking for a way to hide the page-title-header.
Thank you
Hello @hchris,
First of all thank you very much for using the theme and for the appreciations.
Now to change hover color of the site title add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
.site-title a:hover{
color: #22406a;
}
To change the color of the default button, add below given CSS
a.btn.btn-fill {
background-color: #000;
}
Change the color code as per your requirement.
Finally to remove the page title add below given CSS.
.page h2.page-title {
display: none;
}
Hope this helps.
Let us know if there is any confusion further.
| 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. |



