Okay
  Public Ticket #3080731
blog recent posts
Closed

Comments

  •  1
    seth_matisak started the conversation

    Hi. I'm trying to change the text colour of the button in the recent posts slider. I've tried changing the text colour in the row and column and neither worked. 

    3831405328.png


    Attached files:  Screenshot 2022-07-08 at 10.36.22 am.png

  •  277
    Noah replied

    Hi there,

    Can we have a link to the page in the screenshot we see what we can do about changing the text color on the button.

    Thanks.

  •  1
    seth_matisak replied

    I'm not sure you'll be able to see it because it's behind a coming soon page. Let me turn that off and see if it works for you.


    https://sugarfreeadvertising.com/blog-landing/

  •  277
    Noah replied

    Hi there,

    Can you try the following CSS:

    div.nectar-recent-post-slide .nectar-button span{
        color:black;
    }
    div.nectar-recent-post-slide .nectar-button i{
        color:black;
    }
    

    add it to salient \ general settings -  css script related - custom css code. Adjust the black to what you want.

    Cheers.

  •  1
    seth_matisak replied

    That worked a treat! Thank you!