• Please can you help me to change only site title?

    Currently is only possible to change the “Primary colour” and that changes the colour title of the site too.
    Also when I use other colour such as red, Only applies the colour to the first 3 blog posts on the borders. Right now you can see the “grey colour” only applied to the first three blogs.

    Please can you help me to change only the Site title on the top with CSS?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @karem1986,
    You can add this below css on Appearance > Customize > Additional CSS and it will change your site title to red.
    Hope this helps.

    .site-title a {
        color: red !important;
    }

    Thank you

    Thread Starter karem1986

    (@karem1986)

    Thanks very much Kafleg,
    Is there a quicker way to get hold of the theme creators to ask questions?
    I will try this CSS!
    Karem

    Hello @karem1986,

    I think you can use their support forum.

    Thank You

    Thread Starter karem1986

    (@karem1986)

    Thanks Kafleg!

    If if want to change the color of the title of the blog post
    would it be .title or .post-title?

    Please could you pass me a link where I can see CSS selectors?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change ONLY Site title on the top menu’ is closed to new replies.