Options

CSS for 2 Elements

raebrownraebrown Registered Users Posts: 273 Major grins
edited August 27, 2013 in SmugMug Customization
I want to change the text colour to #FEE5AC to the text 'Tickled Pixels' and also to the text below it in my profile. Can't figure out the correct CSS to make it happen. Site is unveiled.
Rae
Tickled Pixels

Tickled Pixels Blog: "
A walk in Gamla stan, the old town of Stockholm"

Comments

  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited August 27, 2013
    raebrown wrote: »
    I want to change the text colour to #FEE5AC to the text 'Tickled Pixels' and also to the text below it in my profile. Can't figure out the correct CSS to make it happen. Site is unveiled.
    This should work in you "homepage" CSS.

    .sm-page-widget-profile-biotext > div,
    .sm-page-widget-profile-name h1{color:#FEE5AC !important;}

    But is there nowhere in the profile setup for the color?
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    raebrownraebrown Registered Users Posts: 273 Major grins
    edited August 27, 2013
    Allen wrote: »
    This should work in you "homepage" CSS.

    .sm-page-widget-profile-name h1{color:#FEE5AC !important;}

    But is there nowhere in the profile setup for the color?

    There probably is but I didn't turn my profile data on as it inserts my real name rather than my site name. Had to put the code in the theme css for the page but then it worked perfectly. Do you know what the code would be to do the same for the line below?
    Rae
    Tickled Pixels

    Tickled Pixels Blog: "
    A walk in Gamla stan, the old town of Stockholm"
  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited August 27, 2013
    See edited post above, I added another rule.
    You're too quick. :D
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    raebrownraebrown Registered Users Posts: 273 Major grins
    edited August 27, 2013
    Allen wrote: »
    See edited post above, I added another rule.
    You're too quick. :D

    Sweet...thanks very much Allen! :D
    Rae
    Tickled Pixels

    Tickled Pixels Blog: "
    A walk in Gamla stan, the old town of Stockholm"
Sign In or Register to comment.