Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #558492

    I’ve added some css to left justify blog posts & titles. Now I can see the Main Content Border Color over the test of the post. I can make the border color match the page background (fff) but the border is still over the text?

    I’d like to remove the left border & can’t seem to get the css correct.

    .page-id-6468 .main.color
    {
    border-style:none !important;
    }

    #558497

    Hi Fongemie!

    Can you please post the link to your page where we can see the issue so we can provide you an accurate custom CSS code?

    Cheers!
    Yigit

    #558513
    #558515

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

     .post_author_timeline {
        display: none;
    }
    

    Best regards,
    Yigit

    #558516

    That’s it! Fantastic! Thank you thank you!

    Can I ask, are just familiar with the CSS to zero in on this quickly, or are you using a firebug type inspection tool?

    #558523

    Hey!

    I am using Chrome’s DevTools – https://developers.google.com/web/tools/chrome-devtools/iterate/inspect-styles/basics but i am very familiar with Enfold’s markup as well :)

    You are welcome, glad we could help!
    Let us know if you have any other questions or issues and have a great new year!

    Best regards,
    Yigit

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