• AJWatson2209

    (@ajwatson2209)


    Hi,

    Does anyone know how to change the theme colour from the four standard ones to a custom HEX?

    Thanks

    Andrew

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author galussothemes

    (@galussothemes)

    Hi,

    In the Pro version you can choose any theme color:

    https://galussothemes.com/wordpress-themes/ribosome-pro

    thats one way, here is another way ??

    click appearance –> custom css

    clear it if you never used it before
    and put this,

    .site {
    background-color: #fff;
    }
    or try

    .site {
    background-color: RGBA(0,192,255,0.13);
    }

    for transparant colors.

    Hi

    Looking for the same here.

    The CSS changes the background colour of the theme — the four standard colours change the highlighted top bar, current active link, widget title highlights, post titles and a few more.

    I would also like to over ride the four built in colours to a custom hex.

    Cheers
    Glen

    Ok – so I got there by editing the colour choices in ribosome-lite-customizer.php directly, replacing all incidents of “Blue” with my colour choice.

    Cheers
    Glen

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing theme colour’ is closed to new replies.