Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #182448
    Benedikt Nohn
    Participant

    Hi,
    how can I change the font-size of the site-description.
    I Tried to add this 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;
    }
    }

    #182501
    sapana
    Participant

    @bentno: Please post in your site url so that I can look into that issue.

    Kind Regards,
    sapana

    #182510
    Benedikt Nohn
    Participant

    http://bentno.de/

    The 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
    Ben

    #182513
    Benedikt Nohn
    Participant

    A 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

    #182519
    sapana
    Participant

    @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,
    Sapana

    #182617
    Benedikt Nohn
    Participant

    Hello Sapana,
    thanks a lot… your code works fine. 🙂

    #182643
    sapana
    Participant

    @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

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Font Size in site-description’ is closed to new replies.