• Resolved sulfdag

    (@sulfdag)


    Hi ! this is a cool theme!

    Ive been reading up a lot on child-theme development.

    what are the limitations? I couldnt seem to remove “spun by caroline moore” in the front page.

    Also is it possible to link the circles to pages? could you please give some direction as to how this is done?

    Thanks so much in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Concerning your first question…I did it with putting this code in my child theme style.css file:

    /* =Footer. Removes "Powered by WordPress" and name of designer of orignal theme.
    ----------------------------------------------- */
    #colophon {
    	display: none;
    }

    I’m no pro by any means so maybe there are better solutions, but this seemed to do the trick for me.

    Concerning your last question…I’ve done this using the solution presented here although I copied the mentioned file to my child theme and changed it there.

    I hope this helps.

    Thread Starter sulfdag

    (@sulfdag)

    Thanks a bunch for your time and input Shai. Somehow I didnt see this reply.

    With time im learning more about editing the css and how wordpress works. neat!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘circles as links to pages instead of posts?’ is closed to new replies.