• Resolved Laurencecrew

    (@laurencecrew)


    I’ve used the following CSS in Chrome inspect, to add a text shadow to the Home page title text and it works but when I add it to Pinnacle’s custom CSS, it doesn’t. Any ideas why not and how to apply a text shadow to the title text?
    .titleclass h1{
    text-shadow:2px 2px #000000;
    }
    The site is installed locally so unable to supply a link.

Viewing 3 replies - 1 through 3 (of 3 total)
  • hannah

    (@hannahritner)

    Hey, that css should work fine. Without a link it’s hard to tell what could be the issue. Do you have other working functions in your css? Make sure everything has a proper closing tag.

    Hannah

    hannah

    (@hannahritner)

    Also, for pinnacle please use this support forum in the future: https://www.ads-software.com/support/theme/pinnacle

    Thread Starter Laurencecrew

    (@laurencecrew)

    Thanks Hannah,
    I checked the rest of my CSS and the culprit was #pageheade a ] instead of } as you can see following. Interestingly all the other code worked even the incorrect syntax line.
    #kad-banner {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    padding-top: 20px;
    }

    #pageheader {
    min-height:500px;
    ]

    .titleclass h1{
    text-shadow:2px 2px #000000;
    }
    Once again thanks for your prompt help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Homepage Title Text Shadow’ is closed to new replies.