Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1014460

    Hello,
    regarding my question about the menu background color https://kriesi.at/support/topic/a-second-menu-with-items-next-to-each-other/
    and your answer:
    .home #sub_menu1, .home #sub_menu1 a {
    background-color:red;
    }

    I need this css snippet for sub pages as well. Please let me know.
    Best,
    Andy

    #1014484

    Hey woellmi,

    The following should work:

    #sub_menu1, .home #sub_menu1 a {
    background-color:red;
    }

    Best regards,
    Jordan Shannon

    #1014665

    Hi Jordan,
    I think the right code should be:
    #sub_menu1, #sub_menu1 a {
    background-color:red;
    }
    Right?

    Is it possible to change the color for the send button on the contact form separately? Without the links and the strong text?

    Best,
    Andy

    #1014884

    Hi,

    Apologies, yes .home should be removed. Please provide a link to the page in question so I can address the contact form button.

    Best regards,
    Jordan Shannon

    #1015137

    Hi Jordan,
    I want to have the text and the links in black (defined in the enfold settings, primary color for main content) and the “Senden” button in another color like #b4060e.
    Bests,
    Andy

    #1015226

    Hi Andy,

    Please try this CSS as well:

    .postid-114 input[type='submit'] {
        background-color: #b4060e;
        border-color: #b4060e;
    }

    Best regards,
    Rikard

    #1015286

    Hi Rikard,
    It works fine, Thanks.
    But I need this for all the portfolio items.
    Best,
    Andy

    #1015355

    Hi,

    Can you link us to the portfolio item for example?

    Best regards,
    Jordan Shannon

    #1015469

    Hi Jordan,
    It’s the same as in #1015137
    Bests,
    Andy

    #1015494

    Hi,

    You need the button changed from red and white? Apologies for misunderstanding.

    Best regards,
    Jordan Shannon

    #1015695

    Hi,
    No , in the Enfold settings it is possible to change the primary color for links, dropcaps and other elements (main content). I think buttons are “other elements”. But I need the button color in red and the link color in black.
    Your code works fine:
    .postid-114 input[type=’submit’] {
    background-color: #b4060e;
    border-color: #b4060e;
    }
    But I need this for all the portfolio entries. I don’t want to integrate a snippet for each entry.
    Bests,
    Andy

    #1016156

    Hi,
    If I understand correctly, you want all portfolio items to have a red button with black text, so this code will only target those and not interfere with other buttons.

    #top.single-portfolio input.button[type='submit'] {
    background-color: #b4060e !important; 
    border-color: #b4060e !important; 
    color: #000 !important;
    }

    Best regards,
    Mike

    #1019279

    Hi Mike,
    No, I want a red button with white text. I just changed color and now it works fine.
    Thanks a lot.
    Best wishes,
    Andy

    #1019317

    Hi,
    Glad to hear, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    #1019392

    Hi Mike,
    Is it possible to change the button color on this “page” as well?
    Thanks,
    Andy

    #1019449

    Hi,

    Please try this CSS as well:

    .page-id-81 input[type='submit'] {
    background-color: #b4060e !important; 
    border-color: #b4060e !important; 
    color: #000 !important;
    }

    Best regards,
    Rikard

    #1019502

    Perfect, Thanks!
    I think this ticket can be closed.
    Bests,
    Andy

    #1019558

    Hi Andy,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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