- This topic has 6 replies, 2 voices, and was last updated 4 years, 11 months ago by sapana.
-
AuthorPosts
-
September 18, 2019 at 3:51 pm #182448Benedikt NohnParticipant
Hi,
how can I change the font-size of the site-description.
I Tried to addthis css-code, but it does not work…...site-title {
font-size: 35px;
color: #000;
text-shadow: 0 0 4px #FFF;
}
.site-description {
font-size: 25px;
color: #000;
text-shadow: 0 0 4px #FFF;
}
}September 19, 2019 at 12:45 am #182501sapanaParticipant@bentno: Please post in your site url so that I can look into that issue.
Kind Regards,
sapanaSeptember 19, 2019 at 12:58 am #182510Benedikt NohnParticipantThe css-code changes the font-look, but Not the font-size (it Seems to be overwritten by the theme-code?)…. What going wrong?
Kind regards
BenSeptember 19, 2019 at 1:03 am #182513Benedikt NohnParticipantA second question: have a look to
http://bentno.de/ueber/How can i change the cooler if the senden-button…..
It is Not changable via the Customizer of the theme…. Any css-code i Tried to and will be neglected (Same topic as the font-size?)
Thanks for your help
September 19, 2019 at 1:36 am #182519sapanaParticipant@bentno: Hello bentno, Please add the following css code to change the font-size of the site-description
Go to=> Appearance=> Customize=> Additional CSS=> add the following css code.site-description { font-size: 30px !important; }
-To change the color of senden-button
Go to=> Appearance=> Customize=> Additional CSS=> add the following css code.wpcf7-form-control.wpcf7-submit { background-color: #B22222; }
you can change the font-size and color code as per your requirement. Let me know if this helps you out!
Kind Regards,
SapanaSeptember 19, 2019 at 2:56 pm #182617Benedikt NohnParticipantHello Sapana,
thanks a lot… your code works fine. 🙂September 19, 2019 at 11:50 pm #182643sapanaParticipant@bentno:Hello, there, I hope I was able to resolve your issue. If it’s not too much trouble,I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/fabulous-fluid/reviews/#new-post Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,don’t hesitate to let me know.
Kind Regards,
Sapana -
AuthorPosts
- The topic ‘Font Size in site-description’ is closed to new replies.