Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #925811

    http://tciwest.com/j4f/portfolio-item/suncatcher-v-series/
    Would like to add a background color to the rollover popup boxes (pick any color, I’ll adjust later) and a transparency of 50%.
    Please advise.

    #925962

    Hey bonbuttercup,

    Please try the following in Quick CSS under Enfold->General Styling:

    .aviaccordion-preview-title {
      background:rgba(255,255,255,0.5);
    }

    Best regards,
    Rikard

    #926855

    Didn’t work. Is the spelling correct? aviaccordion

    rgb is red green blue, but what is a?

    #927694

    Hi,

    Please change it as

    #top .aviaccordion-preview-title {

    and let us know if it works

    Best regards,
    Basilis

    #927740

    Still doesn’t work. Do you need login credentials?

    #928287

    Hi,

    Paste us please the exact code you have used.

    Thank you

    Best regards,
    Basilis

    #928584

    It’s the exact code you gave me and then told me to change.
    #top .aviaccordion-preview-title {
    background:rgba(255,255,255,0.5);
    }

    #929488

    Hi,
    If I understand correctly you would like the tooltips for the hotspots to have a background color.
    Please see screenshot in Private Content area for what this code should do:

    #top.postid-1581 .avia-tooltip {
      background:rgba(0,0,255,0.5)!important; 
      color: #fff !important;
    }

    it has been created for that one page only, to use for other pages please remove “#top.postid-1581” from the code.

    Best regards,
    Mike

    #930107

    Worked perfect. Is there any way to use a hex color or do I need to convert the hex (#036c96) to rgb? DISREGARD. I just changed the hex to RGB and it’s perfect.

    • This reply was modified 6 years, 8 months ago by bonbuttercup.
    #930112

    One other question: I want to universally change all of the hotspot circles using CSS… I just need the proper class tag. Please advise.

    #930211

    Hi,
    I’m not sure which hotspot classes you will need as I’m unsure what you are trying to change, but I will try to explain all of the classes.
    first you have two classes in one div > .av-image-hotspot & .av-display-hotspot
    then for the next div > .av-image-hotspot_inner
    and the next div > .av-image-hotspot-pulse
    these are all nested, so it depends on what you want to change.
    Try checking out the developer or inspection tools in your browser.
    Hope this helps :)

    Best regards,
    Mike

    #933214

    I’d like to universally change the custom background color to #002d44 and the custom pulse color to the same (#002d44) for 8 different portfolio pages. Help?

    #933323

    Hi,
    Please try:

    .av-hotspot-container .av-image-hotspot_inner,.av-hotspot-container .av-image-hotspot-pulse {
        background: #002d44 !important; 
    }

    Best regards,
    Mike

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