Shop Categories

X

Element settings

Home Forums Agama Pro Element settings

Topic Resolution: Resolved
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #7114
    morelli74
    Participant

    Hi,
    I can’t change the settings (border color, background, font color, etc.) of some elements like:
    “Accordion – collassabile contents panel”;
    “Text Block”;
    “etc…”.

    Best regards
    C.M.

    #7124
    Zex
    Moderator

    Hello,

    If you think of the WPBakery Page Builder elements,
    every element has his own design settings.

    Text Block: https://prnt.sc/hoaii8

    Accordion: https://prnt.sc/hoaj3y

    Otherwise, please give me the address of your website or attach a screenshot with a tag what exactly you mean.

    Regards

    #7127
    morelli74
    Participant

    Hi,
    the website is under construction, to reach it I can disable the plugin if you think it’s necessary.
    Anyway I am attaching the screenshot, in the first you notice that I have a different menu of the “text box setting”, in the second you see the Accordion of which I would like to change the white background and the font color of the header.

    Text Box Setting
    Accordion

    Regards
    C.M.

    #7134
    Zex
    Moderator

    Hello, morelli74!

    I apologize for the late answer…(weekend)

    For the additional settings in the text block you just need to click on “Toolbar Toggle” button. (or use shortcut: Shift+Alt+Z )

    https://prnt.sc/hoykf1

    To help you with the Accordion element I need the address of your website.

    Thanks.

    Regards

    #7143
    morelli74
    Participant
    This reply has been marked as private.
    #7144
    Zex
    Moderator

    Hi,

    Add the code below into Customize->General->Additional CSS

    /*accordion section background color*/
    .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body{
      background-color: red;
    }
    /*accordion header font color*/
    .vc_tta-title-text{
      color: red;}

    Change the colors per your wish.

    Regards

    #7146
    morelli74
    Participant

    Hi Zex,
    it works to change the font color, but it doesn’t work for the background color. You can see the result on the page.

    Regards
    C.M.

    #7152
    Zex
    Moderator

    Hi,

    Sorry about that.

    You need to add ! Important after the color code.

    So your code will look like this:

    /*accordion section background color*/
    .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body{
      background-color: red!important;
    }

    https://prnt.sc/hpfnew

    Regards

    #7162
    morelli74
    Participant
    This reply has been marked as private.
    #7169
    Zex
    Moderator
    This reply has been marked as private.
Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.