Tagged: featured slider
- This topic has 3 replies, 2 voices, and was last updated 7 years, 1 month ago by tikaram.
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
October 11, 2017 at 10:25 am #124141UlrichParticipant
Hi there,
I changed the featured slider font size putting additional css:
#main-slider .slides .entry-title a {
color: #fff;
font-size: 34px;
}This now also stays with small screens, guess I need additional css for separate screen sizes?
This must have asked many times before but I couldn’t find a soltion in the forum entries so far.
Is there css out there that I could use:
http://www.stiftung-meeresschutz.org/Thanks
Regards
UlrichOctober 11, 2017 at 11:39 pm #124176tikaramParticipant@dsm: Go to Appearance => Customize => Additional css and replace the previous css with the following css.
@media only screen and (min-width: 990px) { #main-slider .slides .entry-title a { color: #fff; font-size: 34px; } }
Let me know if you need further assistance.
Regards,
TikaramOctober 12, 2017 at 9:15 am #124204UlrichParticipantOctober 13, 2017 at 12:33 am #124226 -
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘Changed font size in featured slider for mobile use’ is closed to new replies.