Shape 5

Joomla Templates => Regan Tech - Club => : PaxyInRs January 19, 2017, 06:16:22 AM



: Custom1 Tab show - default font color
: PaxyInRs January 19, 2017, 06:16:22 AM
I want to change default font color for Custom1 position where Tab show is located.
Can someone point me in right direction for such change ?
http://www.new.psd-kopaonik.org.rs/


: Re: Custom1 Tab show - default font color
: mikek January 19, 2017, 09:04:09 PM
Hello,

It's defined in editor.css under:

#s5_pos_custom_1 h2, #s5_pos_custom_1 h3 {
    color: #ffffff;
}

#s5_pos_custom_1_inner {
    color: #ffffff;
}

That will do your basic content, but the readons are much more complex than that as all readons are stylized to be white, not just the ones in the tab show. You wouldn't be able to change those without custom coding.


: Re: Custom1 Tab show - default font color
: PaxyInRs January 21, 2017, 10:46:05 AM
Tnx, it will do the job for now.