kjrobbins,
No thanks, new theme version will be include core changes in shortcodes
I linked the info boxes and used the CSS above to remove the underline, but I would like the links to change color on the hover like other links do. How do I make this happen for the info boxes?
nfrankus, the css to change the text color of the title when you hover could be:
.infobox_title:hover {
color:#d57d2d; /* or whatever color you want it to change to */
}
Basically, find the class of the object you want to set, add :hover and set the color property.
Sorry, that should have been in code block:
.infobox_title:hover {
color:#d57d2d; /* or whatever color you want it to change to */
}
how do i get rid of the icon, if I do not want any icon
Has the theme been updated to include linking from the info_box icon yet? I starting to put together a site using the Fruitful theme and I need to link from the icons. Any link I try adding just gets dumped out into the page and shows up as text.
Any suggestions?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support