Okay
  Public Ticket #2838192
link color
Closed

Comments

  • epudesign started the conversation

    Hi – how can I change the linked text color to white?

  • epudesign replied

    This is also the css codes that we already added in… bc on the footer the link also in black…


    .l-primary-footer__copyright__text p, .l-primary-footer__copyright__text p a {
        color: #fff !important;
    }

    ::-moz-selection {
        color: #fff !important;
        background-color: #000 !important;
    }
    ::selection {
        color: #fff !important;
        background-color: #000 !important;
    }

    .l-primary-footer__widgets .custom-html-widget .col-md-3:not(:nth-last-child(-n+2)) {
        border-right: 1px solid #fff;
    }

    @media (max-width: 720px) {
    .l-primary-footer__widgets .custom-html-widget .col-md-3:not(:nth-last-child(-n+2)) {
        border-right: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 2rem;
    padding-top: 2rem
    }

    }

    .elementor-element-04b811e h5, .tnp-widget-minimal .tnp-form input::placeholder,  .tnp-widget-minimal .tnp-form input, .elementor-element-90b2221 a, .elementor-element-e28c77d  p a{
    color: #fff !important;
    }


  •  933
    Neuron replied

    Hi,

    Can you please add the following code at Appearance > Customize > Additional CSS?

    .elementor-element-8d66cd2 a {
        color: #FFF !important;
    }

    Feel free to ask for anything you need.

    Kind Regards


  • epudesign replied

    HI, I added the code but it still looks black…

  •  933
    Neuron replied

    Hi,

    I am very sorry for the late reply, we were not working on the weekend.

    I've logged into your website via the wp-admin that you've sent me in another ticket and I've updated the code that I've sent you to add at Appearance > Customize > Additional CSS, so now I think that is alright.

    Feel free to ask for anything you need.

    Kind Regards


  • epudesign replied

    Hi, thank you but there are still links not showing correctly…you can just see them by a hover

  •  933
    Neuron replied

    Hi,

    Can you please take a look at it now, I've just updated the code that I've added before at Appearance > Customize > Additional CSS.

    Feel free to ask for anything you need.

    Kind Regards


  • epudesign replied

    Hi it looks good on desktop but if I enter the site with my iPhone on Safari, there is something missing…

  •  933
    Neuron replied

    Hi,

    Sorry for the late reply,

    I've just changed some CSS code that we've added for the footer section to change the color of the links, so this is the code that I've added now.

    .elementor-element-dbf74e1 p, .elementor-element-dbf74e1 p a{
        color: #fff !important;
    }
    

    Feel free to ask for anything you need.

    Kind Regards


  • epudesign replied

    Could you please help me switching to white color the text linked in all footer pages? 

    Attached you will find an example. 

    All the best, 

  • epudesign replied

    Dear support team,

    Could you please help to put the menu of this gallery in one line?

    https://ruvabexa.myhostpoint.ch/schaufenster/

    Attached you can find the example. 

    all the best, 

  •  933
    Neuron replied

    Hi,

    1) I've added a new CSS class to the footer section, I've added it also at Appearance > Customize > Additional CSS, so now all you need to do is to add the following class to other footer sections on other pages.

    - https://prnt.sc/1j2dfd1

    footer-section

    2) I've added the following code at Appearance > Customize > Additional CSS, can you please take a look at it?

    @media (max-width: 720px) {
        #eael-filter-gallery-wrapper-3322d04 ul {
            display: flex;
            flex-direction: column;
        }
    }

    Feel free to ask for anything you need.

    Kind Regards


  • epudesign replied

    Hi


    1) I tried it out on this site but it didn't work: https://ruvabexa.myhostpoint.ch/augenprufung-und-vorsorge/

  •  933
    Neuron replied

    Hi,

    I've created a footer template by going to Dashboard > Templates > Footer, and I've assigned that template to the entire site by going to Appearance > Customize > Footer > Template, so there was no need to create the footer inside every page as you've done because that is so annoying and will take so much time, as our theme supports header and footer builder you could simply create it as I've done (also, as I can remember I've told you that you can create the footer in this way).

    So now the code that I've added at Appearance > Customize > Additional CSS will apply to the footer on every page.

    Feel free to ask for anything you need.

    Kind Regards