Okay
  Public Ticket #1899559
Site Title Size
Closed

Comments

  • Christopher started the conversation

    Is there any way to change the site title size

  •  9,063
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • Christopher replied

    Thank you for your response the URL is http://www.onlypagturners.com

  •  75
    Scott replied

    Hey there,

    Thanks for reaching in,

    Your page seems to offline. Can you please have it up so we can help you with this.

    Regards

    Themenectar Support Team

  • Christopher replied

    No it's not offline I forgot a character in the URL  http://www.onlypageturners.com


    There you go should work now!

    www.onlypagturners.comwww.onlypagturners.com
  • Christopher replied

    I also wanted to add that the help you gave me with the CSS to make my site title white on mobile view is only working on the home page and not globally.  Can I get a new CSS code to set it for all pages?  And then of course my issue with making the Site Title larger.

  •  9,063
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (max-width: 1000px) and (min-width: 1px) {
        body #header-outer[data-permanent-transparent="false"] header#top #logo.no-image {
            color: #fff !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • Christopher replied

    Thank you very much this worked!

  •  75
    Scott replied

    Hey there,

    Thanks for reaching in,

    Please be sure to reach in in case you encounter another issue,

    Regards

    Themenectar Support Team