Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #288304

    Hello,

    I am trying to add two custom ID attributes to a color selection. For example, quick css attribute and a attribute tag for a button for one page scrolling. I add two in there with a comma or just a space and I can’t seem to get them to both work at the same time. The attribute listed first will work.

    #288309

    Hi!

    An element can not have multiple IDs, you’d need to use classes, try enabling this: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Best regards,
    Josue

    #288782

    Thanks for the response. I must be missing something in the post you sent. I got the Custom CSS turned on just fine but now I am having troubles getting the Quick CSS to link with the new Custom CSS Class on the page.

    Here is what I have for my Quick CSS:

    #crossbar
    .content, .sidebar {
    padding-top: 30px;
    padding-bottom: 20px;
    }

    Then the Custom CSS Class box I added “crossbar” to link it. The padding is staying at 50px each though. I know I am missing something simple here so I apologize and really appreciate your help!

    You can see the example page with this Link. I am trying to decrease the padding for the “Costumes” color section.

    Thanks,

    Adam

    #288799

    Hi Adam!

    You must put the classes without the dot in the CSS class box, and to target it simultaneously the selector code should be like:

    #crossbar.content.sidebar{
    }

    Best regards,
    Josue

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