• Closed
  • Duane Kennerson
    Spectator
    August 12, 2014 at 10:22 pm #8575

    I need to change the color of the phone number but no matter what I do, I cant change it.

    First, I can’t seem to get to all.css to edit the file directly. I’m in a position where I can’t get to the files other than through wordpress.
    Second, there seems to be no setting in the admin to affect the color of the font (at least that I can find).
    Third, applying a style in the field for the phone number will only change the number and not the phone icon.
    Fourth and finally, the custom css box will not overwrite the style for some reason. .phone-number {color:#000 !important;}

    I don’t know what to try next.

    Am I missing something?

    Thanks

    Alok Maheshwari
    Spectator
    Posts: 303
    August 12, 2014 at 11:12 pm #10324

    Can you please provide your site url.

    Duane Kennerson
    Spectator
    Posts: 3
    August 13, 2014 at 1:52 pm #10327
    Alok Maheshwari
    Spectator
    Posts: 303
    August 13, 2014 at 10:21 pm #10330

    Seems some css selectors are taking precedence over the .phone-number class.

    Try the following css and let me know if it works.

    div#wrapper > div.header-wrapper > div.header-v3 > div.header-social > div.alora-row > div.alignright > span.phone-number
    {
    color:#000 !important;
    }

    Duane Kennerson
    Spectator
    Posts: 3
    August 13, 2014 at 11:48 pm #10331

    Like a charm.

    Thanks!