Hi,
i just wanted to put a small button into my blog page but there ist always a huge button with wide letters.
How can i change it there to become smaller? In the normal pages it is no problem but over the shortcodes i cannot work on that.
Would be thankful for help :)
Many greetings rixi
Hey rixi,
Thank you for the link to your site, I see that the font size of the button is 24px due to this custom css:
.avia-button span {
font-size: 24px !important;
}
if you remove this the font size will go back to 13px and you button will be smaller.
The letter spacing is due to this custom css:
#top #wrap_all .avia-slideshow-button,#top .avia-button,.html_elegant-blog .more-link,.avia-slideshow-arrows a:before {
padding-top: 20px;
padding-bottom: 20px;
letter-spacing: 0.36em
}
try removing #top .avia-button
from the css, if there is a certain button you wanted to target with this css let us know and we can help correct your css.
If you can’t find were to make these edits, include an admin login in the Private Content area so we can be of more assistance.
Best regards,
Mike
Hello Mike,
thanks a lot. But i dont find the place where i can put that in.In the style.cssi couln
t see it.
IIs there a way to put in in the quick css?
Many regards rixi
Hi,
Thank you for the update.
According to Mike, you have to find and remove the custom css code above to change the button back to its default appearance. They were probably added in the Quick CSS field.
Best regards,
Ismael
Hi Ismael,
thank you! I just changed it there but the button is still so big.
Any idea?
Many regards rixi