Home>Support>Changing colour of Title and Subtitle in the Cta Widget

Changing colour of Title and Subtitle in the Cta Widget

Hi,

Wonder if you can help me!

1. I’ve just typed out a long explanation of a potential bug, here. When I submitted it, an error message told me “Title can’t be longer than 12 words.” – but all my description had disappeared!!!

I’ll try again:

2. I’m using the CTA widget from the latest widgets bundle, on the Hydrogen theme on WP 4.7. Everything works great except there’s no option to change the colour of the title or subtitle in the widget settings.

It seems like somethings must be missing, as I can change lots of other intricate settings but not something as simple as the text colour. I’m trying to create a CTA with a dark background – just like the one at the bottom of this very page – but the title text remains black and therefore can’t be read.

Your help would be much appreciated!

Thanks in advance,
Dave

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 7 years, 9 months ago Alex S
    Hi, I Work Here

    Hi Weblad,

    Oddly, this setting has never been a part of the widget – it’s a large oversight of ours for this widget. With that said, we just recently finished implementing it and it’ll be in the next version.

    You can currently change the title and subtitle color’s with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .sow-cta-wrapper h4 { /* Title */
        color: #292929 !important
    }
    
    .sow-cta-wrapper h5 { /* Subtitle */
        color: #292929 !important;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More