-
AuthorPosts
-
September 25, 2018 at 8:53 pm #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,
AndySeptember 25, 2018 at 11:05 pm #1014484Hey woellmi,
The following should work:
#sub_menu1, .home #sub_menu1 a { background-color:red; }
Best regards,
Jordan ShannonSeptember 26, 2018 at 11:20 am #1014665Hi 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,
AndySeptember 26, 2018 at 5:38 pm #1014884Hi,
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 ShannonSeptember 27, 2018 at 7:55 am #1015137Hi 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,
AndySeptember 27, 2018 at 11:28 am #1015226Hi Andy,
Please try this CSS as well:
.postid-114 input[type='submit'] { background-color: #b4060e; border-color: #b4060e; }
Best regards,
RikardSeptember 27, 2018 at 2:04 pm #1015286Hi Rikard,
It works fine, Thanks.
But I need this for all the portfolio items.
Best,
AndySeptember 27, 2018 at 4:12 pm #1015355Hi,
Can you link us to the portfolio item for example?
Best regards,
Jordan ShannonSeptember 27, 2018 at 7:16 pm #1015469Hi Jordan,
It’s the same as in #1015137
Bests,
AndySeptember 27, 2018 at 8:05 pm #1015494Hi,
You need the button changed from red and white? Apologies for misunderstanding.
Best regards,
Jordan ShannonSeptember 28, 2018 at 11:05 am #1015695Hi,
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,
AndySeptember 29, 2018 at 8:03 pm #1016156Hi,
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,
MikeOctober 8, 2018 at 11:49 pm #1019279Hi Mike,
No, I want a red button with white text. I just changed color and now it works fine.
Thanks a lot.
Best wishes,
AndyOctober 9, 2018 at 5:19 am #1019317Hi,
Glad to hear, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeOctober 9, 2018 at 8:48 am #1019392Hi Mike,
Is it possible to change the button color on this “page” as well?
Thanks,
AndyOctober 9, 2018 at 12:20 pm #1019449Hi,
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,
RikardOctober 9, 2018 at 1:56 pm #1019502Perfect, Thanks!
I think this ticket can be closed.
Bests,
AndyOctober 9, 2018 at 5:17 pm #1019558Hi Andy,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.