• Resolved chrysal1s

    (@chrysal1s)


    Hi

    I am a complete novice at building a website and would like to know how to change the title font size, colour and script on the Advertica lite theme. I do not know what CSS is or how to enter the code. Please give detailed instructions on how to do this.

    My site is https://www.cbintelligence.co.uk

Viewing 13 replies - 1 through 13 (of 13 total)
  • Hey there,

    You can change title’s size and color by adding following custom CSS to your theme using Advanced CSS Editor.

    #logo #site-title a{
        font-size: 25px;
        color: #bee;
    }

    Set color and font-size according to your needs. As for where to put the code, just navigate to Appearance -> Customize -> Advanced CSS Editor and copy the code there. Also, let us know what you meant by “Script” in title? Hope it helps.

    Thread Starter chrysal1s

    (@chrysal1s)

    Hi Suyogya

    Many thanks for your help.

    This might sound really dumb but how do I access the Advanced CSS Editor. I have downloaded it but can’t find a way to actually input it into the theme.

    ps Script is the different ones you can access e.g. not just the sans-serif one.

    Thread Starter chrysal1s

    (@chrysal1s)

    Suyogya

    Just figured it out. Many thanks

    Hi Chrys,

    Glad you figured it out. Do you still need help with script? Let us know and I’ll be happy to help ??

    Thread Starter chrysal1s

    (@chrysal1s)

    Hi Suyogya,

    It would be great if you could suggest a way I could get different scripts. Really appreciate your advice.

    Hi Chrys,

    Sure, just install and configure this plugin. Hope it helps.

    Thread Starter chrysal1s

    (@chrysal1s)

    Hi Suyogya

    Hope you are good. Just wanted a bit more assistance re CSS code. Where do I get the code for the title tagline as I would like to change the font size on that too.

    Many thanks for all the help so far.

    Chryselle

    Hi Chryselle,

    Sure, you can increase tagline’s font size with the help of following Custom CSS:

    #site-description {
        font-size: 22px;
    }

    You know the drill. ??

    Thread Starter chrysal1s

    (@chrysal1s)

    Hi Suyogya,

    Thanks so much for the last. Really helped and Sorry to be a pest but would you be able to help also with the clients logos as they seem rather opaque to me (maybe I’m getting old!)Do you have any idea how to get a clearer image? Please check the site and advise.

    Hi Chryselle,

    The logos indeed have an overlay, you can remove it with the help of following custom CSS:

    .clients-items li img, .project-item img{
        opacity: 1;
    }

    Hope it helps. Cheers ??

    Thread Starter chrysal1s

    (@chrysal1s)

    You are a star!! Thank you.

    Chryselle

    Hi Chryselle,

    Glad I was able to help! Don’t forget to mark this topic as resolved. Cheers ??

    Thread Starter chrysal1s

    (@chrysal1s)

    I hope I am all done.

    With great appreciation
    Chryselle

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Title font size, colour and script’ is closed to new replies.