How to reduce font size on widget?

Hi,

I want to reduce the font size under the ‘About Me’ section of my site: http://souperdiaries.com/simple-wonton-soup-recipe/.

Questions on Sparkling theme.

If I change my current Dazzling theme to Sparkling, will I lose all the custom CSS codes that I have or will they remain intact? Will the CSS Codes for the Dazzling theme work for the Sparkling theme?

I’m using a child theme from Dazzling. Does Sparkling have a child theme too?

Can an advertisement banner be put beside the logo in the Sparkling theme?

Can the grey color on both sides of the Sparkling theme be changed to a different color?

Yvonne

Also, what is the width of the featured images in Sparkling theme?

Hi Yvonne,

I hope you are well today and thank you for your questions.

I want to reduce the font size under the ‘About Me’ section of my site: http://souperdiaries.com/simple-wonton-soup-recipe/.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS


aside#text-25 .textwidget * {
    font-size: 15px;
}
If I change my current Dazzling theme to Sparkling, will I lose all the custom CSS codes that I have or will they remain intact?

You will lose it.

Will the CSS Codes for the Dazzling theme work for the Sparkling theme?

They may or may not work depending on the CSS code.

I’m using a child theme from Dazzling. Does Sparkling have a child theme too?

Yes you can create child theme for Sparkling theme as described on the below page.

https://codex.wordpress.org/Child_Themes

Can an advertisement banner be put beside the logo in the Sparkling theme?

You have to develop custom code to achieve this.

Can the grey color on both sides of the Sparkling theme be changed to a different color?

Yes by developing CSS code.

Also, what is the width of the featured images in Sparkling theme?

They are of size 750px X 410px

Best Regards,
Movin