Tag Cloud
-
Hi, if you go to the site hover over the “Blog” menu label to see the tag cloud live.
I am using the Sightorigin theme Advantage with Max Mega Menus just for infoI am learning CSS have spent a couple of days finding out how to customise the Tag Cloud widgets. (too scared to look at .php at moment)
Looking at the above link you will see I am using the short code in 2 cells on the same row (pagebuilder)
A feature of Tag Cloud seems to focus on one tag and blow it up
First As I am using it twice how can I get it to highlight one tag under tags and 1 category under Category??
Second – how do you control the size of the font in the aforementioned highlight??
– I did try the font-size under ‘Hover’ element but failed
Below is the CSS I have included in “Custom CSS”/*customise WP tag cloud widget*/
.tagcloud a{
display:inline-Block;
float:none;
padding: 10px 10px;
margin-top:10px;
margin-right:7px;
margin-bottom:7px;
background:#EEE;
color:#666;
font-size:15px;
font-weight:bold;
text-transform:capitalize;
text-shadow: 1px 1px 1px #FFF;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:15px 50px;
border:1px solid #CCC;
text-decoration:none;
}
.tagcloud a:hover{
background:#FfFfFf;
color:#dd4d4d;
text-decoration:none;
}”””””””””””””’
Any help or advice is gratefully received.Cheers
SimosThe page I need help with: [log in to see the link]
- The topic ‘Tag Cloud’ is closed to new replies.