I have selected the Ocean WP theme to construct my website and I am utilizing the WP job manager plugin. In the header, there is a menu option labeled "post a job" that I wish to convert into a button.
After researching online, I successfully transformed it into a button by following these steps: http://prntscr.com/pi6zec
To achieve this, I made adjustments in the custom CSS section as shown here: http://prntscr.com/pi70vb
Although I managed to make the text green, I now want to change its color to white for better visibility next to the green background. Does anyone know how I can accomplish this? I attempted using:
text-emphasis-color
and
text-decoration-color
However, these methods did not produce any visible changes. Can someone provide guidance on how to alter the color of the text?
In addition, the current behavior is such that when I hover over the button, the text turns black and the background becomes white. However, the clickable area only appears to be active if I hover directly over the text. Is there a way to modify this behavior so that clicking is allowed anywhere within the button area using CSS?