Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #58605
    Cattext
    Participant

    Hi Sakin,

    Could you please help me out again?
    On our homepage: http://www.egyptologie.nl/Boekenverkoop/
    below the 4 featured content items, and above the footer widgets, you can see a dark gray / blackish area/line.
    I want to remove that, but I don’t know what that line is.
    Is it something I can disable within the theme options?
    Or do I have to add some code?

    If I didn’t explain clear enough, please let me know.

    #58617
    Sakin
    Keymaster

    @Cattext: First, try this. Go to “Appearance => Theme Options => Homepage/Frontpage Settings” and then uncheck “Enable Latest Posts”. IF this doesn’t work then add in the following css in “Appearance => Theme Options => Custom CSS” box:
    .home #content-sidebar-wrap { display: none; }

    #58744
    Cattext
    Participant

    Hi Sakin,
    Thank you for your response.
    The box was unchecked, I checked it and saw the latest post appear (with the proper background color by the way), and then I unchecked it again, but unfortunately it didn’t work.
    So I added the code first to the CSS of the child theme, but that also didn’t work. After that I tried adding it at the Custom CSS box, but unfortunately that also didn’t work.

    #58787
    Sakin
    Keymaster

    @Cattext: OK for child theme style.css, you can add the following css:

    .home #content-sidebar-wrap { display: none; }
    .home #featured-post { border-bottom: none; margin-bottom: 0; }
    #58837
    Cattext
    Participant

    I’m sorry, it didn’t work out. The colored bar is still visible.
    (It’s white now, but that’s because I changed the color scheme to ‘light’)

    #58852
    Sakin
    Keymaster

    @Cattext: Oh sorry, please replace previous css with the following

    .home #content-sidebar-wrap { display: none; }
    .home #main #featured-post { border-bottom: none; margin-bottom: 0; }
    #59101
    Cattext
    Participant

    Yes! This worked.
    Thanks so much!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘colored area/line on homepage’ is closed to new replies.