Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1271236

    Hello,
    I have an issue with the bottom of the page. For the titles i used H1 tag throughout the page but in contact section it reads differently, I tried with deleting the section and redoing it but it did not work, neither font size nor font style match.

    Thank you in advance

    #1271455

    Hey dilge,

    Thanks for the login details. I can only see the coming soon screen on the link you sent, even though I’m logged in. How can we see the actual element which you are having problems with?

    Best regards,
    Rikard

    #1271574

    Hello Rikard,

    That is another problem as well sometimes even though I logged in it directs me coming soon page but now I logged in it directed to home page. Front page settings directs to “Home main page” but I have no idea why it is reading like that when you logged in.
    “Home main page” is the one with the problem I mentioned.

    #1271826

    Hi,

    Thanks for the update. I’m not sure why the styling is not applying to that header unfortunately, but I added this for you in Quick CSS:

    #contact h1.av-special-heading-tag {
      font-size: 70px;
    }

    And that is applying on your site now, please review it.

    Best regards,
    Rikard

    #1271866

    Thank you so much Rikard, worked well but really weird thing that is :)
    Have a wonderful day

    #1271868

    Also I have a problem with socket as well, styling is not working. It is suppose to have orange hover effect but it is not working. Do you think is it related?

    Thank you in advance

    #1272052

    Hi,

    Thanks for the update. Are you referring when you hover the social media icons in the socket? If so then did you add custom styling for that? What I see on the front end seems to correspond with your setting in the theme options.

    Best regards,
    Rikard

    #1272071

    Hi Rikard,

    It might be the issue I will double check. Thank you for your help.
    Best,

    #1272078

    Hi Rikard,

    I checked I removed custom css but when socket social media in hover suppose to be a circle now only highlights the icon itself. It was working and all of a sudden round background for hover is gone, I think it is related with the css issue I had in contact section. It was suppose to have round circle for hover effect like many demos. I was wondering is something wrong in php which I have no expertise.

    thank you for all your help

    #1272391

    Hi,

    Thanks for the update. Please try this CSS as well:

    #top #wrap_all .av-social-link-facebook:hover a {
        color: #fff;
        background-color: #37589b;
    }
    
    #top #wrap_all .social_bookmarks_linkedin:hover a {
        color: #fff;
        background-color: #37589b;
    }
    
    #top #wrap_all .av-social-link-instagram:hover a {
        color: #fff;
        background-color: #37589b;
    }

    And adjust the colours for Linkedin and Instagram.

    Best regards,
    Rikard

    #1272748

    Hi Rikard,

    Thank you for the answer but it doesn’t seem like working. I used the same css before and it was working as I mentioned somehow custom css not reading properly. If you have a chance to take a look even-though I added css it is still not working and there is a weird line shows when I hover on instagram link.

    Thank you in advance for looking into it.

    #1273034

    Hi,

    I adjusted the CSS a bit in your Quick CSS box, and it’s applying now. Please review your site.

    Best regards,
    Rikard

    #1273053

    Hi Rikard,

    Thank you for all your help.

    Hav a great Sunday

    #1273129

    Hi dilge,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘CSS is reading differently at the bottom of the page’ is closed to new replies.