Okay
  Public Ticket #3045518
multiple styling requests
Closed

Comments

  •  32
    Tes started the conversation

    Hi there, 

    I have some minor styling requests regarding this page/site: https://www.staging5.opt-insight.com/ 

    1. Would it be possible to change the hover color of my footer links? I would like them to be yellow. 

    2. Would it be possible to only change the color of the text/links in the 3rd footer column to #889694 ?

    3. Would it be possible to change my button to be at the bottom of my column instead of at the top? See attached screenshot. 

    4. Would it be possible to insert my own designed arrow (Icon-_-Arrow-Down_yellow.png) in call to actions or buttons instead of the default arrows? See attached screenshot. 

    Thanks in advance! 

  •  32
    Tes replied

    Hi guys! 

    Do you have any update regarding this ticket?

    Thanks!

  •  1,877
    Judith replied

    Hello Tes,

    Sorry for the late turnaround. We got quite overwhelmed with tickets.

    1. Please try this css:

    #footer-outer[data-custom-color=true] #footer-widgets a:not(.nectar-button):focus, #footer-outer[data-custom-color=true] #footer-widgets a:not(.nectar-button):hover {
        color: yellow !important;
    }

    2. Please try this css:

    div#text-7 {
        color: #889694 !important;
    } a.a-white.customize-unpreviewable {
        color: #889694 !important;
    } #footer-outer, #footer-outer a:not(.nectar-button) {
        color: #fff;
    }

    3. Did the button changes from here:

    6814985130.png

    4. You can only change to another icon and not an image.

    Thanks.