Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #781193

    Hi,
    i am using Modern event calendar with Enfold theme and it works great. There is but one issue. When i want to see single event, instead of using white color as background color it uses header color and content starts to show beneath the header. What can be done?

    #781517

    Hey milieti,

    First off, thanks for using our theme :)

    To fix the background problem, just add this custom CSS code:

    #main-content {
    background: white;
    }
    

    and to fix the padding problem, just add this code:

    #main {
    padding-top: 219px !important;
    }
    

    Best regards,
    John Torvik

    #782698

    It is still different color on the sides of main content.

    #783228

    Hi,

    I’m not sure I understand the problem you are having, is it that the event has a white background? If not then please try to explain a bit further or post a screenshot highlighting it so that we can see what you would like to change.

    Best regards,
    Rikard

    #784559

    There is printscreen.

    • This reply was modified 7 years, 6 months ago by milieti.
    #785506

    Hi,

    Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:

    .single-mec-events #main-content {
      background-color:white !important;
    }

    Best regards,
    Rikard

    #786265

    Hi,
    unfortunaly it is still the same. Nothing happend.

    #786493

    Hi milieti,

    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

    
    #main {
        background-color: #fff;
    }
    

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

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