Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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

    #1320111

    Hi, see private

    #1320197

    Hi,

    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,
    Rikard

    #1324458

    HI 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.

    #1324493

    Hi,

    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,
    Rikard

    #1324497

    Hi Rikard,

    I do not have any understanding of code….I just copy pasted the code you gave me.
    What do I need to change?

    #1324608

    Hi,

    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,
    Rikard

    #1324719

    Hi 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

    #1324754

    Hi,

    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,
    Rikard

    #1324817

    Hi 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 Leonie

    #1324844

    Hi,

    Please try this CSS instead:

    h3.av-masonry-entry-title {
      font-size: 24px !important;
    }

    Best regards,
    Rikard

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