Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #1155996

    Hello,

    i make a website using enfold (www.ssigroup.it) but for some reason the color font of my copyright in the footer is dark grey and the surrounding color is also dark grey. Obviously it is very difficult to read! I tried to change the color using the general styling and advanced styling in the theme but I was unable to obtain a result. I also reset completely the color but after some change I obtained the same result.
    I think it is a very simple problem, anyway please can you give me a suggestion?

    Kind regards
    A. Cuccarini

    #1156279

    Hey cuccarini,

    Please try the following in Quick CSS under Enfold->General Styling:

    span.copyright {
      color:#ddd !important;
    }

    Best regards,
    Rikard

    #1156857

    Well,
    Thank you very much, it is ok now!

    Only now the backgrond grey color of copyright and footer is not enough dark, how can make this grey darker?!

    Thanks in advance for your cooperation.
    A. Cuccarini

    #1156873

    Hi,

    Add this to quick css:

    footer#socket.container_wrap.socket_color{
    background:dimgray!important;
    }

    Best regards,
    Jordan Shannon

    #1159494

    Hi,

    everything went fine! You can close this ticket.

    Anyway the hoover on the buttons is not working properly, I would like they change the background color but … nothing!
    Have you some suggestion?

    Best regards

    #1159757

    Hi,

    Please enable custom CSS class name support from Enfold theme options > Layout Builder
    Add a custom CSS class name “my-custom-button” to the button element.

    Use the code provided in the below link

    Let us know if you have any questions :)

    Best regards,
    Vinay

    #1159760

    Hello Vinay,

    I red and tried this before but nothing changed!! That’s why I asked for help, seems to me a very unusual behavior.

    Let me know please!

    #1159940

    Hi cuccarini,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1159957

    Hello Vctoria,

    I will send you the needed credential, I am sure there was some problems in the website so I will appreciate any suggestion or improvement.

    Best regards

    #1159990

    Hi cuccarini,

    Thank you.

    Best regards,
    Victoria

    #1160024

    Well,

    I closed before the ticket about the footer. It is ok now as you notice.

    Now my question is related to the buttons in general, because the hoover on the buttons is not working properly, I fixed the change color on hoover in the general styling but the buttons do not change the background color as desired!

    Using your colleagues suggestion I added also this to quick css:
    footer#socket.container_wrap.socket_color{
    background:dimgray !important;
    }

    But I did not see any results … so have you some other suggestion?

    #1160919

    Hi cuccarini,

    Which buttons are you referring to? The social share icons?
    Image 2019-11-28 at 12.18.20.png

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1160948

    Hello,

    not at all the social icons! I will attach you some screenshot with red circle around the buttons that are not changing on mouse hover.
    https://www.ssigroup.it/home-1/
    https://www.ssigroup.it/home-2/
    https://www.ssigroup.it/home-3/

    The buttons on screenshot: “home 1”, “home 2”, “home 3” are not changing background color on hover, instead the “home 4 is fine” show the correct behavior in “home 4 mouse hover”.
    https://www.ssigroup.it/home-4-is-fine/
    https://www.ssigroup.it/home-4-mouse-hoover/

    I think now the problem is clear. I would like that the buttons in home 1, home 2 and home 3 have the same behavior of home 4, that’s all.

    Thank’s in advance for your cooperation.
    Best regards Andrea

    #1161924

    Hi,

    Please add following code to Quick CSS in Enfold theme options > General Styling

    .avia-button.avia-size-large:hover {
        background: #48b9bd!important;
    }

    Best regards,
    Yigit

    #1161957

    Hi Yigit,

    I wrote your code in the CSS area of General Styling but unfortunately there was no changement in the website behavior. Not at all.
    You can check by yourself using the credential in the private area. Previously, also your colleague Jordan made a similar suggestion without results! I think the problem is not so simple …. thank’s in advance for your help.

    Best regards
    Andrea Cuccarini

    #1161974

    Hi,

    There were 2 CSS errors in your Quick CSS field. I corrected them. Please review your website :)

    Best regards,
    Yigit

    #1161980

    Hi Yigit,

    Thanks for the corrections … anyway the problem is not solved.
    Following the same details I send in my previous mail of November 28, 2019 at 1:13 pm. these are some screenshot with red circle around where the buttons that are not changing on mouse hover.
    https://www.ssigroup.it/home-1/
    https://www.ssigroup.it/home-2/
    https://www.ssigroup.it/home-3/

    The buttons on screenshot: “home 1”, “home 2”, “home 3” are not changing background color on hover, instead the button in “home 4 is fine” showing the correct behavior in “home 4 mouse hover”.
    https://www.ssigroup.it/home-4-is-fine/
    https://www.ssigroup.it/home-4-mouse-hoover/

    I think now the problem is clear. I would like that the buttons in home 1, home 2 and home 3 have the same behavior of button in home 4, that’s all.

    Thank’s in advance for your cooperation.
    Best regards Andrea

    #1162271

    Well,

    you did not give me an advice regarding the problem but … I see that now everything is fine!

    Thank you very much, you can close the ticket now.

    Best regards, Andrea Cuccarini

    #1163012

    Hi,

    CSS errors in Quick CSS field was the issue.

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Font color change in footer copyright’ is closed to new replies.