• Resolved Geshgav

    (@geshgav)


    Hi folks,

    Sorry about this, I’ve googled around and can’t seem to find this problem – apologies if it’s come up before. I’m very new to this (as my butchered template will no doubt tell you)

    When I’m setting up child pages, they’re creating just fine – but on the home page, when you select the child page, the link goes blank. Does anyone know the cause?

    Again – sorry if this is eye-roll-worthy but I didn’t know what else to do.

    http://www.geshcast.com

    Thanks,
    Gavin

Viewing 6 replies - 1 through 6 (of 6 total)
  • The links don’t go blank – they’re just in white text in a white background.

    Thread Starter Geshgav

    (@geshgav)

    Okay so I would change the child link’s colours in the style.css? I imagine…

    As I say, more or less completely new to this.

    the link goes blank

    do you mean that the link tab turn totally white and you can’t read the page title anymore?

    edit: this is a yes then (i was typing while you were talking 😉

    this is caused by this style in style.css of your theme:

    #nav .menu ul li a:hover {
    	background: #ffffff!important;
    }

    you can change the background color to something else to keep the white font visible; or you could add a font color to the style, for instance:
    color:#FF0062!important;

    adjust the color codes as you like.

    themes/graphene/style-light.css:

    #nav .menu ul li a:hover {
        background:#fff !important;
    }

    Add a color value (eg: color: #606060;).

    Thread Starter Geshgav

    (@geshgav)

    Alchymyth you are an amazing person, who will one day have songs created in your honour. Thanks so much for this help. Much appreciated!

    Thread Starter Geshgav

    (@geshgav)

    Esmi thanks to you too, you’re legendary.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Child Links Blank’ is closed to new replies.