PDA

View Full Version : Highlight question


ringnews24
10-12-2014, 04:08 PM
If you hit control A here http://ringnews24.com/ or highlight a sentence it turns red.

How do I do that on Vbulletin?

Thanks

Dave
10-12-2014, 04:29 PM
Has nothing to do with vBulletin, just basic CSS; http://css-tricks.com/overriding-the-default-text-selection-color-with-css/

ForceHSS
10-12-2014, 04:29 PM
Looks like css I am no skin guy but looking at his I got this

::selection {
color: #ffffff !important;
background-color: #AA1A1A !important;
}

::-moz-selection {
background-color: #AA1A1A !important;
color: #ffffff !important;


--------------- Added 1413135035 at 1413135035 ---------------

Has nothing to do with vBulletin, just basic CSS; http://css-tricks.com/overriding-the-default-text-selection-color-with-css/
Never seen ur post until I posted mine nice I was right :)

ringnews24
10-12-2014, 04:59 PM
Thanks for the reply guys.

What code do I use and where do I put it?

Sorry, I am not very technical.

ForceHSS
10-12-2014, 05:29 PM
You would need to say where on your forums you want it and give a link to your site

ringnews24
10-12-2014, 05:31 PM
You would need to say where on your forums you want it and give a link to your site

http://www.koboxingforum.com

Front page, threads, posts, all over the site.

Thanks

ForceHSS
10-12-2014, 05:40 PM
Thanks, now you have given the info I am sure someone will post with the info needed. I am not a skin guy more plugins and a few other things

Dave
10-12-2014, 06:29 PM
Just put it in the additional.css template.

ForceHSS
10-12-2014, 06:35 PM
question if you own the http://ringnews24.com site why did you want to know "how the sentence turns red" when its your site

ringnews24
10-30-2014, 11:33 AM
question if you own the http://ringnews24.com site why did you want to know "how the sentence turns red" when its your site

I am a complete noob. I was told what code to use and where to put it.

--------------- Added 1414672465 at 1414672465 ---------------

Just put it in the additional.css template.

Thanks Dave. That worked.

--------------- Added 1414673422 at 1414673422 ---------------

What code would I add to get this to work with hover? I tried the code from my Joomla site and it didn't work.


Thanks