Hello,
How would I go about making the background image of a button transparent? Wouldn’t mind a gray outline around the text. I have an image backround behind the button and would only like the text to have color. Thank you for your help!
Hi apost4,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Hello Rickard,
I would like the background of the buttons in the services section of my homepage to appear like the button for “Reputation Management” where the background doesen’t appear white but transparent. I have included my login details below so you can get an idea of the issue. Thank you in advance for your help, such an awesome theme so far!
Hi!
Have you tried selecting this option in each Button? – http://screencast.com/t/DvsDmyIZxDT
Best regards,
Josue
Can I adjust the button text color and outline width for that?
Hm no, but it will make it transparent, then the rest could be done with CSS. Also it would be best if you set a custom ID to that section so we can target it that way (in CSS).
Would you be able to help me out with that. I am a bit confused. I will of coarse write a great review about this experience on themeforest. Thank you for your help. -Adam
OK, add the following to the Quick CSS:
#services .avia-button {
background-color: transparent;
border: 2px solid white;
color: white !important;
}
Thank you so much Josue, you are awesome!
You are welcome, glad to help :)
Regards,
Josue