• Resolved ntpereira93

    (@ntpereira93)


    https://indiagaterestaurante.com/
    how do i change the background of the category buttons and the text color? currently has gray bg and orange text and i would like the red bg and white text

    especially for mobile, but if the change affects the desktop there is also no problem

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Kshirod Patel

    (@kshirod-patel)

    Hello,

    To change the background or color for the category you need to make add some css. There is no admin settings available for that.

    Kind Regards,
    Team RestroPress

    You can use this CSS to change those colors:

    @media only screen and (max-width: 768px) {
    ul.rpress-category-lists li.rpress-category-item a {
    background: #e80f0f;
    color: white;
    }}

    Change the colors for your needs.

    • This reply was modified 4 years, 7 months ago by playdiune.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change bg categories – help me’ is closed to new replies.