• I am trying to make the background on the raindrops theme semi- transparent. I dont know what line of code to change let alone where it is in the style.css file. Anyone have any ideas? Thanks.

    My site is under construction here:

Viewing 6 replies - 1 through 6 (of 6 total)
  • My site is under construction here:

    Where?

    Thread Starter jmadams71

    (@jmadams71)

    I had a link inserted I dont know where it went.

    https://www.krakkenlorestudios.com

    Hi jmadams71

    for example

    <?php
    raindrops_register_styles("yourcolor");
    function raindrops_indv_css_yourcolor(){
    $css =<<<RESULT
    /* Write your style rules*/
    body{color:green;background:#fff;}
    RESULT;
    return $css;
    }
    ?>

    above code add to lib/csscolor.css.php first line.

    then open theme customizer.

    select color type ‘yourcolor’

    Thank you.

    Sorry poor at english.

    Kind of a newbie with WP.
    Im trying to get the content background color on the dark theme to be something like white rather than black, as it’s hard to read white text on black).
    where exactly can i make this change
    https://www.hemetwebdesign.com
    Thanks

    Hi drumzonfire, did you manage to find a solution to change the black content background in this theme? I would like to change it to gray, but did not yet find a way how to do this.
    Apart from that, I love the theme.
    Thanks,
    AC

    ac1969
    its been a while but I think I just deleted code for the top content bar. what’s your site so I can look and get back to you

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