Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1336725

    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

    #1336774

    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

    #1336858

    Hello Mike,
    thanks a lot. But i dont find the place where i can put that in.In the style.cssi coulnt see it.
    IIs there a way to put in in the quick css?

    Many regards rixi

    #1336868

    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

    #1336873

    Hi Ismael,
    thank you! I just changed it there but the button is still so big.
    Any idea?

    Many regards rixi

    #1336899

    Hi,
    I see that you have removed the font-size css, but the letter-spacing css remains, since you can not find it please include an admin login so we can help you.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.