Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #493864

    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!

    #494169

    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

    #494474

    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!

    #494484

    Hi!

    Have you tried selecting this option in each Button? – http://screencast.com/t/DvsDmyIZxDT

    Best regards,
    Josue

    #494486

    Can I adjust the button text color and outline width for that?

    #494487

    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).

    #494497

    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

    #494518

    OK, add the following to the Quick CSS:

    #services .avia-button {
        background-color: transparent;
        border: 2px solid white;
        color: white !important;
    }
    #494535

    Thank you so much Josue, you are awesome!

    #494539

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.