Home Forums Pro Themes Tourable Pro CSS for more customizations in Tourable pro

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #93411
    Hassan Christopher
    Participant

    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

    #93450
    wensolutions
    Keymaster

    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.

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