Hello, I wanna change font color in this page.
I wanna change "Create an account" color to red (#F00).
I had add code:
in /templates/yoo_venture/styles/white/css/style.css, but not change.
anybody can help me?
Thank in advance.
I wanna change "Create an account" color to red (#F00).
I had add code:
ul li a .float-r {
color:#F00 !important;
}
in /templates/yoo_venture/styles/white/css/style.css, but not change.
anybody can help me?
Thank in advance.