• craige1967

    (@craige1967)


    Hi, I have installed the free version of Vic Restaurants to see if it will fit my needs. I have encountered a problem on the first page button and cannot find a solution. The button colour is very pale and you cannot read the white text on it. Can this be changed please?

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

Viewing 1 replies (of 1 total)
  • Plugin Author e4jvikwp

    (@e4jvikwp)

    Hi,

    the background color of the button is overwritten by the style-custom.css file, loaded by your uncode theme.

    In order to solve the issue, you must include the following CSS code into your website:

    button.vrsearchsubmit, input.vrresultbookbutton, 
    .vrresultfalsehintdiv a, .vrresultbookbuttonfind,
    .vrresultbookbuttoncontinue, #vrconfcontinuebutton,
    button.vrordersubmit {
        background: #993300 !important;
        color: #ffffff !important
    }

    If you have no idea where you should introduce that code, you can place it within the custom file provided by VikRestaurants:
    /wp-content/plugins/vikrestaurants/site/assets/css/vre-custom.css
    You can reach this file either via FTP or through the WordPress plugin editor.

    Feel free to adjust the background and the text color in the way you prefer.

Viewing 1 replies (of 1 total)
  • The topic ‘Button Text Colours’ is closed to new replies.