• Hi @nobita – who I believe is the Raindrops theme author.

    I am trying to change the site title color for the Raindrops theme, it used to look fine and I was able to adjust it using the customizer, but it has now changed to become very dark and does not respond to the customizer. I have read the information by @nobita at https://wordpress.org/support/topic/page-title-and-post-title-font-color/ and I have tried a few custom CSS options but none of them seem to work.

    Previously I had a problem with the tagline color, at that time the site title looked fine. I have successfully changed the tagline color using the following custom CSS:

    #header-image .tagline {
    font-size: 2em;
    color: #CCC;
    }

    If you are able to help with the site title color I would be very grateful. I am not sure why it is no longer responsive to the customizer typography adjustments.

    Many thanks,
    Metaceptive.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @metaceptive

    Please try following CSS

    Customize / Additional CSS

    
    #header-image h1 a.site-title-link {
        color: #CCC;
    }
    

    Thank you.

    Thread Starter metaceptive

    (@metaceptive)

    THANK YOU – it works! I was getting worried.
    Thank you also for being so quick to respond.
    I’m still wondering why it changed and became no longer able to be controlled via the typography section in Customizer?
    Have a great day,
    Metaceptive.

    Thread Starter metaceptive

    (@metaceptive)

    I have just noticed something else has changed – in the menu bar the vertical line dividing the ‘HOME’ menu item from the next menu item has disappeared. Maybe this should be a new topic, but do you have any idea what is causing that?
    Metaceptive.

    One of the reasons that the behavior of the customizer becomes unstable is a memory size problem.

    https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    example

    
    define( 'WP_MEMORY_LIMIT', '256M' );
    define( 'WP_MAX_MEMORY_LIMIT', '512M' );
    

    Thank you.

    Here, posting makes it easier to find questions

    https://wordpress.org/support/theme/raindrops/

    Thread Starter metaceptive

    (@metaceptive)

    Thank you, I can look into that.
    Though it was not the Customizer I was talking about, I simply meant the menu of the main website has a vertical line between each menu item. This line is there between all menu items, but recently it has disappeared only between the first and second menu item. It is also missing after the last menu item. You will see this if you look at the website http://firstcutmedia.com/ .

    Thank you also for referring me to the Raindrops theme forum, if you prefer I can repeat this request on that forum so that it appears in the right place?

    Thank you once again for your prompt help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Raindrops theme Site Title color not responding’ is closed to new replies.