• Resolved David_G

    (@questas_admin)


    I would like to Text Shadow my FP titles. I used Firebug to try and work it out but I am not having much luck.
    Am I to understand that a CHILD THEME only overrides the code it is given?
    For example, If I don’t want to change the font, I don’t add a font command?
    That being said this is the code I tried and it didn’t work
    What am I doing wrong?

    ‘.fpc-widget-front h2 {
    text-shadow: 5px 5px 5px;
    text-align: center;
    }’

    SITE LINK
    Here is the PrintScreen image I was working from LINK

Viewing 9 replies - 1 through 9 (of 9 total)
  • chappie

    (@chappie)

    Try this:

    .marketing h2 {
    text-shadow: 5px 5px 5px;
    }

    Generally chappie is right, but you’re using fpu-unlimited which has different selectors, and stronger rules, so:

    .fpc-marketing .fpc-widget-front h2

    chappie

    (@chappie)

    Good morning d4z_c0nf – I hope you slept the sleep of the righteous.

    I’m 110% certain that your code must be better but I did check that mine worked before posting it.

    Goof morning chappie 😀
    In his site?
    There aren’t marketing selectors in his site but fpc-marketing

    chappie

    (@chappie)

    In his site?

    🙂 I knew your code was better.

    Me, I’m just trying to absolve my debt to this community by finding questions I can answer – and there aren’t many (one fewer now than I thought).

    But your code works in normal conditions, so please continue to help, also, you’ll learn faster 😀

    Thread Starter David_G

    (@questas_admin)

    Thanks guys,
    I am on a learning curve, now I know what to look for in firebug.

    Good, is this solved then?
    See you on the learning curve 😉

    Thread Starter David_G

    (@questas_admin)

    Thank You and you will.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Text Shadowing’ is closed to new replies.