-
AuthorPosts
-
February 7, 2018 at 11:20 pm #909446
have spent the evening to understand alternative content area, no success…
i need one/1st, home page to make with dark/black content, all other pages to be light/white… see options white-black, black-white which looks as solution…
but how can I set up alternative content to one particular page?February 8, 2018 at 6:36 am #909588Hey ManolinelNoruego,
There is no functionality to set up colour for a single page only unfortunately. But if you point out the change you would like to make then we might be able to help you out with some custom CSS.
Best regards,
RikardFebruary 8, 2018 at 8:36 am #909629This reply has been marked as private.February 8, 2018 at 10:00 am #909650Hi Mike,
Thanks for the feedback and link, though it only takes me to a login page. Is that the page you are looking to style in that way? If not then please post login details in private so that we can see the actual page.
Best regards,
RikardFebruary 8, 2018 at 10:24 am #909668This reply has been marked as private.February 8, 2018 at 5:21 pm #909861This reply has been marked as private.February 8, 2018 at 9:28 pm #909947This reply has been marked as private.February 9, 2018 at 4:02 am #910086Hi,
Thanks for that, though the login details don’t seem to work. But you can try this CSS to make the main content of those two pages dark:
.page-id-9 .main_color, .page-id-11 .main_color { background-color: #333 !important; }
Not sure how you want to change the header?
Best regards,
RikardFebruary 9, 2018 at 9:23 am #910156Hello, Rikard, many thanks,
To test with header and footer, plus other main elements as panel with title and breadcumbs, footer, sidebar, copyright and widget area…
Credentials in private, just updated…Just would like to see the code, think will be able to play with it myself, just would like to see it with all options, please
Or article?
Thanks and best regards,
Mike
February 10, 2018 at 4:47 am #910454Hi Mike,
I’m sorry but I’m having problems understanding your last post, could you try to explain a bit further? If you are looking for a an article explaining how to do this then we don’t have one unfortunately, you will need custom code for this.
Best regards,
RikardFebruary 10, 2018 at 4:21 pm #910541This reply has been marked as private.February 10, 2018 at 4:23 pm #910543This reply has been marked as private.February 12, 2018 at 5:28 am #910896Hi,
Thanks for the feedback, though I can only see shortcode now instead of a login form, and no link below it. Not sure what’s going on there to be honest with you?
Best regards,
RikardFebruary 12, 2018 at 9:06 am #910955This reply has been marked as private.February 12, 2018 at 11:27 am #911025Hi Mike,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .swpm-username-label label, #top .swpm-password-label label, .swpm-rember-label { color: #ccc; } .main_color input[type='submit'].swpm-login-form-submit { background-color: #ccc; color: #666; border-radius: 3px; margin-top: 10px; font-size: 14px; }
If you need further assistance please let us know.
Best regards,
VictoriaFebruary 12, 2018 at 12:07 pm #911051This reply has been marked as private.February 12, 2018 at 12:10 pm #911054This reply has been marked as private.February 13, 2018 at 4:06 am #911467Hi,
Please use this css code to change the color of the links.
.main_color .swpm-login-widget-form a { color: #ffffff; }
Best regards,
IsmaelFebruary 13, 2018 at 12:18 pm #911656This reply has been marked as private.February 13, 2018 at 3:56 pm #911732Hi ManolinelNoruego,
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.