• I am using the theme icandy 1.4 for my blog. It is exactly what I want, except that I can not get the text out of the custom header. There is an option to remove it, but when I do, it does not go away, but turn bright red.

    https://jsbdigitaldesign.com/

    I am wondering if anyone knows code well enough to tell me how I can change this in the header coding. Or is this an error in the theme and are there any fixes for it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • a typical trick to move text from the header is to add something like these styles to style.css of your theme:

    #banner h1 { text-indent: -9999px; }
    #banner #description { text-indent: -9999px; }

    (i don’t know the theme to comment on how the build-in option should work)

    Thread Starter jasonbrooks

    (@jasonbrooks)

    Your the best! Thanks so much!

    One more question if you know the answer:
    what code and where would it go to make clicking the banner image bring you back to the main page?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘iCANDY HEADER HELP’ is closed to new replies.