• Resolved melissaborchers2005

    (@melissaborchers2005)


    how do you hyperlink the info boxes on the home page? I try to insert hyperlinks but it doesn’t work. I would like to link either the image or the main text under

Viewing 7 replies - 16 through 22 (of 22 total)
  • Theme Author Fruitful Code

    (@fruitfulcode)

    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

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘linking info boxes’ is closed to new replies.