Change color of divider line in WordPress Premium

  • Unknown's avatar

    Hi,
    I am a newbie at WordPress, but somehow I managed to create custom colors for my site. Now I only one hoop left to jump through: changing the color of the divider lines, or borders, that bookend my site’s header image and separate each article. Those lines need to be #fffb72, rather than the current orange. Can I please get a simple, step-by-step explanation on how to change those lines, particularly if it means changing the site’s CSS?
    Thanks ahead of time!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi eactorontoblog,

    This CSS should take care of those borders for you. It looks like you are already familiar with Editing CSS on your site. There were a number of additions already in place.

    #slider-wrap {
        border-top: 1px solid #fffb72;
        border-bottom: 1px solid #fffb72;
    }
    
    .posts .post {
        border-bottom: 1px solid #fffb72;
    }

    One more thing. In the future, CSS questions can be posted in the community CSS Customization support forum. You will probably get a quicker response in that forum.

    Let me know if you need any other help on this one.

  • The topic ‘Change color of divider line in WordPress Premium’ is closed to new replies.