Change color buttom
-
Trying out the new theme layout, and want helps for the changes of button color and sizes, thanks a lot~
The blog I need help with is: (visible only to logged in users)
-
Hi Genipet,
You have 3 buttons named as “Button1” just below the “About Us” heading on the homepage. To change button’s size and color, try adding the following into your theme customizer’s CSS:
.taxonomy-description a {
font-size: 2em;
color:orange
}In both, you can use whichever font size and color you want of your choice; I just put 2em,orange as examples !
Rahul
-
-
Hi Genipet,
You have 3 buttons named as “Button1” just below the “About Us” heading on the homepage. To change button’s size and color, try adding the following into your theme customizer’s CSS:
.taxonomy-description a{
font-size: 2em;
background:orange;
}In both, you can use whichever font size and color you want of your choice; I just put 2em,orange as examples !
Rahul
- The topic ‘Change color buttom’ is closed to new replies.