• [Please do not post in uppercase & shout at us. Post title de-capped.]

    Hey guys here is my site:

    https://mercuriproject.com/

    I am using the Custom CSS manager for the changes instead of child theme.

    I want to get rid of all the random white lines, or possibly remove the footer altogether.

Viewing 7 replies - 1 through 7 (of 7 total)
  • if you have jetpack installed,
    go to “appearances” / “Edit CSS”

    paste this there,

    .site-content article {
    -moz-hyphens: auto;
    border-bottom: 4px double #EDEDED;
    margin-bottom: 5.14286rem;
    padding-bottom: 1.71429rem;
    word-wrap: break-word;
    }

    Just make it black so it matches the background.

    border-bottom: 4px double #000000;

    Thread Starter rem1xed

    (@rem1xed)

    I dont have jetpack installed. Can I use this in the custom css manager?

    Jetpack username password combination doesnt match my wp-admin

    Yes, Custom CSS Manager is fine.

    Thread Starter rem1xed

    (@rem1xed)

    https://mercuriproject.com/

    The code worked in custom css manager but there is still another white line.

    Also, the youtube video doesnt increase in width when I change the attributes, why is this?

    Thread Starter rem1xed

    (@rem1xed)

    nevermind I fixed the width problem, still need to remove the white line

    If you want to get rid of the footer entirely (on the entire site), try this:

    footer[role="contentinfo"] {
       display: none;
    }

    Where is an example page of the images issue?

    footer[role=”contentinfo”] {
    border-top: 1px solid #EDEDED;
    clear: both;
    font-size: 0.857143rem;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.71429rem;
    max-width: 68.5714rem;
    padding: 1.71429rem 0;
    }

    for the second line iof you want to make it black. #000000

    Yet removing the footer as WPyogi has suggested will work too.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove lines for twenty twelve theme’ is closed to new replies.