Here is screenshot below of my Login popup message that I made at: AP>>General>>Forum Configuration>> Login popup Message:
The part I have highlighted with a red marker is where the title of my forum is "Runaway Horses Forum" and that text is there automatically regardless of what you write in it and that's fine I want it there. My question is how do I change the font color of that particular text in the CSS stylesheet? Below the screenshot I have the CSS coding I have in the stylesheet right now for the popup message, but I need an extra code that addresses font color of the title of my forum as highlighted in the screenshot with the red marker.
In the AP>>Display>>Colors>> I have the Forum title color set to #FFFFFF and that is the color I want the popup message to show the title as, but as you can see its not displaying that color, so I'm assuming this needs to be set in the css stylesheet. Thanks
The part I have highlighted with a red marker is where the title of my forum is "Runaway Horses Forum" and that text is there automatically regardless of what you write in it and that's fine I want it there. My question is how do I change the font color of that particular text in the CSS stylesheet? Below the screenshot I have the CSS coding I have in the stylesheet right now for the popup message, but I need an extra code that addresses font color of the title of my forum as highlighted in the screenshot with the red marker.
In the AP>>Display>>Colors>> I have the Forum title color set to #FFFFFF and that is the color I want the popup message to show the title as, but as you can see its not displaying that color, so I'm assuming this needs to be set in the css stylesheet. Thanks
- Code:
#login_popup {background-image: url(http://i223.photobucket.com/albums/dd190/runawayhorses1/forumresources/backs/loginpopupbg250.png);
color: #ffffff;
}
Last edited by runawayhorses on July 10th 2012, 11:49 am; edited 1 time in total