Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #81906
    Henry
    Participant

    How do I remove the shadow on the Site title? – I have had a look through all the options and can only find how to change the colour and font. Please help.

    #81910
    Mahesh
    Participant

    Hi @Henry,

    Thank you for using Catch Adaptive Pro.

    There is no in-built feature to change the text-shadow of the Site Title. However, you can achieve it with Custom CSS. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” and add the following CSS.

    .site-title{
        /* Note: This is the default value, please change it as per your requirement */
        text-shadow: 3px 4px 0 rgba(0, 0, 0, 0.5);
    }

    Regards,
    Mahesh

    #81911
    Henry
    Participant

    Mahesh,
    Thank you for your prompt reply. Just to clarify your instructions: Should I add the following to the custom CSS text box in the Theme Options section of the Customize area? What about the comment?

    .site-title{
    /* Note: This is the default value, please change it as per your requirement */
    text-shadow: 3px 4px 0 rgba(0, 0, 0, 0.5);
    }

    #81912
    Henry
    Participant

    Your advice really helped. Thank you. All sorted

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove shadow on Site Title’ is closed to new replies.