• Resolved marcia-slk

    (@marcia-slk)


    Hi,

    How do you change the previous, and next buttons area, to be black rather than white? I can’t see in you .css file where they have been costumed.

    As at the moment, the website is black and the previous/next button is on the white block, which isn’t readable.

    Please help?! As the client needs this launched today! (Of course)

    thanks

    https://www.ads-software.com/plugins/auction-nudge/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Joe

    (@morehawes)

    Hi marcia-slk,

    Please find the required information available here:

    https://www.auctionnudge.com/customize#pagination

    The CSS rules you will need to add are:

    /* To change the background colour */
    div#auction-nudge-items ul.an-page-wrap {
      background-color: white;
    }
    
    /* To change the link colour */
    div#auction-nudge-items ul.an-page-wrap li {
      color: red;
    }

    I hope this helps.

    Joe

    Thread Starter marcia-slk

    (@marcia-slk)

    Hi Joe,

    Thanks – just to confirm it is the ‘actionnudge.css’ file I should make these changes to?

    As I have added in the code and made the changes and nothing seems to be happening.

    thanks,

    Marcia

    Plugin Author Joe

    (@morehawes)

    Hi marcia-slk,

    You can change the CSS rules for Auction Nudge by adding them to the Auction Nudge CSS Rules section of the plugin options page (WordPress Admin > Settings > Auction Nudge). You could also add them to your theme’s CSS file, but you should not edit the plugin files.

    I hope this helps.

    Joe

    Plugin Author Joe

    (@morehawes)

    Marking as resolved. Let me know if there is anything else I can assist with.

    Thanks,

    Joe

    Thread Starter marcia-slk

    (@marcia-slk)

    Thanks! All worked and looking great ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how to change next, previous colour bar?’ is closed to new replies.