-
AuthorPosts
-
September 7, 2021 at 8:02 pm #1320021
Hi!
Earlier I had contact with you about the h2 heading, see reply #1310813
Now I have again problems with the h3 headings, as it should be light and they are shown bold.
However, in the element preview, it is showing the light version I like to see. But when I update my page I see the bold text.
What it going wrong? o yes I did add something in the CSS but don’t see the problem yet…Another question about the outlining of some image in private.
Thanks, Leonie
September 8, 2021 at 3:53 pm #1320111Hi, see private
September 9, 2021 at 6:25 am #1320197Hi,
Thanks for the login details. You had several open media queries in Quick CSS, which was preventing the advanced options to apply, for example:
@media only screen and (max-width: 767px) { #about-us-image { max-width: 90%; }
I closed all media queries, and your settings are applying now. Please review your site.
Best regards,
RikardOctober 11, 2021 at 10:01 pm #1324458HI Rikard,
You solved the problem for a while, but not the problems shows up again.
So the header 3 is not light / not working…..
What am I doing wrong? Could you help me out?
See private content.Thanks in advance.
October 12, 2021 at 7:09 am #1324493Hi,
You still have an open media query in Quick CSS:
@media only screen and (max-width: 767px) { #Twente-image { max-width: 90%; }
Please try checking your own code first of all.
Best regards,
RikardOctober 12, 2021 at 7:31 am #1324497Hi Rikard,
I do not have any understanding of code….I just copy pasted the code you gave me.
What do I need to change?October 12, 2021 at 3:39 pm #1324608Hi,
Please remove this code in Quick CSS:
@media only screen and (max-width: 767px) { #Twente-image { max-width: 90%; }
Then add this instead:
@media only screen and (max-width: 767px) { #twente-image { max-width: 90%; } }
Best regards,
RikardOctober 13, 2021 at 12:02 pm #1324719Hi Rikard,
thanks that just such a small mistake matters ;)
It is working perfect now! Thanks!Another question about the title size in the masonry, this is quite big.
Can we change the font size of the title inside the masonry?If yes, how?
Thanks in advance
October 13, 2021 at 2:38 pm #1324754Hi,
Great, I’m glad that it’s working now. Please try this CSS as well for the Masonry title:
h3.av-masonry-entry-title { font-size: 24px; }
Best regards,
RikardOctober 13, 2021 at 7:38 pm #1324817Hi Rikard
I tried the code at quick CSS but it do not see something changing.
Am I doing something wrong?I also thried to give the masonry a developer setting…but also did not work out.
Any other solutions?
Regards LeonieOctober 14, 2021 at 5:10 am #1324844 -
AuthorPosts
- You must be logged in to reply to this topic.