Options

Custom Footer font color - problem

haron1haron1 Registered Users Posts: 12 Big grins
edited January 5, 2016 in SmugMug Customization
Hy,

I have another problem

I am trying to change footer text and link colours.
As i understand links are automatically changed to accented colour and text is text colour.
But On the first page I need accented colour to be white and then my email in footer is not visible.
I have also found some css which makes footer link colour i want, now is red, but it does not affect footer text which I also want to customise.

How can i fix that ?

(this is only for link solution)
.sm-user-ui .sm-page-widget-text a,
.sm-user-ui .sm-page-widget-text a:hover,
.sm-user-ui .sm-page-widget-text a:active,
.sm-user-ui .sm-page-widget-text a:visited{
color:red;
}


I also don't know hot to change title colour on separate homepage i have. Also links there are accented colour not custom one. Help. Please. I have to finish site in day or two.

My site:

www.bojanharon.com


thank you!

Comments

  • Options
    EtienneEtienne Registered Users Posts: 70 Big grins
    edited December 30, 2015
    Hi,

    you can try this : (where xxxxx is the widget number you will find in the inspector navigator
    For you site, it will be "sm-page-widget-13433169"

    .sm-page-home .sm-page-widget-xxxxxxxx p{

    color: white;

    font-family: xxxxxx;
    font-size:120%;
    text-align:center;

    .....
    }

    Or perhaps this :

    .sm-user-ui .sm-page-layout-region-footer {
    color: white;
    ....
    }
  • Options
    haron1haron1 Registered Users Posts: 12 Big grins
    edited January 5, 2016
    Etienne wrote: »
    Hi,

    Or perhaps this :

    .sm-user-ui .sm-page-layout-region-footer {
    color: white;
    ....
    }

    Great! that worked for footer text color. Thank you
Sign In or Register to comment.