badget

Biggest Sale! Special Offer!

Get 50% discount on all of our single themes with this coupon code: #50%SALE

Hurry up! *Limited time offer*

problem changing the font-size of slogan

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #55188
    joshlepper
    Participant

    Hi,

    I am trying to change the size of the font of the primary slogan when displayed on mobile devices. I have placed the following code in the CSS:


    @media
    only screen and (max-width: 767px) {
    #site-description {
    font-size: 12px;
    }
    .slogan-wrap .slogan {
    font-size: 10px;
    font-weight: normal;
    }
    }

    The line “font-weight: normal;” works fine. But the font size does not change when in mobile view. Any ideas?

    Thanks,

    Josh.

    #55199

    Hi Josh,

    Please add below custom css code to change the size of the font of the primary slogan on mobile devices.

    @media only screen and (max-width: 767px)
    .slogan-wrap .slogan {
        font-size: 17px !important;
    }

    Thank you!

    #55222
    joshlepper
    Participant

    Hi, That did it!

    Thanks for your help.

    #55225

    Welcome anytime Josh.

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