Home Forums Pro Themes Signify Pro Customize Color with alpha transparency setting

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #171987
    Sab S
    Participant

    Hello,
    Using Signify Pro on my website. However, when using the “built-in CSS Editor” for WordPress (aka theme customize) I cannot add alpha (transparency) to the background colours. I find this very frustrating, as it should be as simple as adding #00 in the hex.

    Using HTML inspector, I can see the element the site is using with an “inline” stylesheet which I can change the background to be 100% transparent within the firefox HTML inspector, but I cannot save that or do that within the theme customize.

    I specifically want the PAGE BACKGROUND COLOR to be Transparent “#00000000”

    #171996
    Psink
    Keymaster

    Hello,

    Ah ok, Can you please share your site URL? We will inspect and provide you with a valid CSS to make the page background transparent.

    OR you can use the “!important” keyword to override inline CSS
    i.e

    #page{
    background-color: transparent !important;
    }

    #172014
    Sab S
    Participant

    The site is still closed down currently. Here are images of what I am trying to change. It is a limitation on the theme it’s self that it does not let me set it to a transparent colour. Because the site is not live, I cannot send you a link. I hope this is enough to understand and help, if you need more images then please let me know exactly what you need to see!

    Thank you for your time!

    https://ibb.co/vwXFmGC
    https://ibb.co/Gp7TK63
    https://ibb.co/xjPSx7d

    #172058
    Psink
    Keymaster

    Hello Sab,

    Can you please tell me which section is that in the 3rd screenshot?

    It would be better if you share a full screenshot of the page with the marks on the parts that you want to change a color

    #172078
    Sab S
    Participant

    Hey, so this is page background colour. Specifically for the testimonial’s section on the site

    #172135
    Psink
    Keymaster

    Is your site live? please live your site and share us a site URL. Then we will inspect the site and provide you a solution to fixed the background color of the testimonial section

    #172150
    Sab S
    Participant

    on the home page. The colour in YELLOW, and PURPLE are ones I would like to set as transparent. Thank you.

    http://www.pitterpatterpoms.com

    #172184
    Psink
    Keymaster

    Can you please assist me to get to your homepage? I did not understand the language in the site, and I am not able to visit your site homepage

    As you can see in the screen record
    https://www.awesomescreenshot.com/video/6396396?key=2dac79d9602b9c3bb95087fb0fddc596

    #172223
    Sab S
    Participant

    Dont copy paste the link. Its a hyperlink. Shortened. Just click on it and it will take you to the correct page. Simply hovering over it would reveal the full link address…………….

    It will even open in a separate tab for you….
    If you must. Pressing the scroll wheel down on your mouse while hovering over the link will also open it in a new tab.

    again, here is the link:
    http://www.pitterpatterpomeranians.com

    #172224
    Sab S
    Participant

    Dont copy and paste the link. Just simply click it

    the website is pitterpatterpomeranians.com

    #173381
    Psink
    Keymaster

    Hello Sab,

    Please add this CSS in the Additional CSS

    
    #testimonial-content-section,
    #hero-section {
        background: transparent;
    }
    
    #173382
    Sab S
    Participant

    Thank you, that is what I needed

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