-
AuthorPosts
-
April 2, 2017 at 11:37 am #770598
Hi,
how can i change the font size of the slider caption title for mobiles?
This doesn’t work.
Thank you for helping!
April 2, 2017 at 7:10 pm #770709Hi Luisgasser!
What have you tried and it is not working, can you let us know please?
Thank you
Cheers!
BasilisApril 3, 2017 at 7:52 am #770916@media only screen and (max-width: 767px) {
{
h2.avia-caption-title {font-size: 9px !important;}
}April 3, 2017 at 10:02 am #770992Hi,
Can you give us a link to your site? so we can check why it’s not working. Just post the details in Private Content, if you want it only to be seen by moderators.
Best regards,
NikkoApril 3, 2017 at 10:26 am #771005April 4, 2017 at 5:46 am #771500Hi,
Please try this instead:
@media only screen and (max-width: 767px) and (min-width: 480px) { .responsive #top .slideshow_caption h2 { font-size: 9px !important; } }
Best regards,
RikardApril 4, 2017 at 12:09 pm #771680Hi,
this also doesn’t work
April 4, 2017 at 12:20 pm #771686Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitApril 6, 2017 at 4:05 pm #773292it’s in private
April 7, 2017 at 12:59 pm #773925Hi,
Some of your media queries were missing a closing curly bracket. I added them. Please flush cache and review your website
Best regards,
YigitApril 7, 2017 at 1:14 pm #773938Hi,
thank you for helping – but on smartphone it doesn’t change anything, so the caption title have the same size
April 8, 2017 at 6:08 am #774282Hi,
I
ve checked and there
s a media query applying this custom font size, so, add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS@media only screen and (max-width: 767px) and (min-width: 470px) { .responsive #top .slideshow_caption h2 { font-size: 9px !important; } }
Best regards,
John TorvikApril 9, 2017 at 10:54 am #774879Hi,
maybe this are the wrong classes, because it doesn’t change anything.
April 9, 2017 at 4:53 pm #775020 -
AuthorPosts
- You must be logged in to reply to this topic.