Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #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?

    #909588

    Hey 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,
    Rikard

    #909629
    This reply has been marked as private.
    #909650

    Hi 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,
    Rikard

    #909668
    This reply has been marked as private.
    #909861
    This reply has been marked as private.
    #909947
    This reply has been marked as private.
    #910086

    Hi,

    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,
    Rikard

    #910156

    Hello, 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

    #910454

    Hi 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,
    Rikard

    #910541
    This reply has been marked as private.
    #910543
    This reply has been marked as private.
    #910896

    Hi,

    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,
    Rikard

    #910955
    This reply has been marked as private.
    #911025

    Hi 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,
    Victoria

    #911051
    This reply has been marked as private.
    #911054
    This reply has been marked as private.
    #911467

    Hi,

    Please use this css code to change the color of the links.

    .main_color .swpm-login-widget-form a {
        color: #ffffff;
    }

    Best regards,
    Ismael

    #911656
    This reply has been marked as private.
    #911732

    Hi ManolinelNoruego,

    Glad we could help :)

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

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