• Resolved Ragnarock1982SV

    (@ragnarock1982sv)


    Hi All,

    I’m having problems with the above plugin. The plugin itself is working perfectly, however, the problem I am having is with the heading colours on the different options you can choose on logging in.

    Website: https://www.steelvanguards.com

    When you look on the dropdown ‘Login’ and click Register, it will give you the register form. You’ll see that all the headings are in black. (CTRL+A to highlight the page).

    I’ve been through all the text colour options in ‘customize theme’, and have looked in the plugin CSS file, but cannot find anything that relates to the colour of these headings.

    There is an option in the plugin settings to add additional CSS coding, but I’m not too good with coding to know what to type.

    Can anyone give me any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi

    The culprit is the following css:

    .styles .site-content h1 {
    color: #000;
    }

    This seems to be being printed to your page by the theme.

    Maybe add it to the CSS file? You could even use the dirty !important hack after it and force it to be the colour you want.

    Although preferably there will be an option in the theme to change the heading colour to white. Seeing as you’re using twentyfourteen I’m almost (not 100%) sure this is the case.

    M

    Thread Starter Ragnarock1982SV

    (@ragnarock1982sv)

    Thanks for the above, I’ll try that later.

    There is an option in the ‘customise theme’ option that allows me to change the header text colour, aswell as header 2, header 3 etc . . . .however, this doesn’t change this registration page, just every other page. It’s as if this plugin overrides the actual theme for this one page only.

    Thread Starter Ragnarock1982SV

    (@ragnarock1982sv)

    Thanks all!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Register plus redux plugin’ is closed to new replies.