Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #295365

    Hi Guys,

    I only want to change the colour of the sidebar widget border as i want it different to the main border colour of everything else set in the theme options so i added the following code:

    #top #main .sidebar {
    border-left-color: #F00 !important;
    }

    This works great, but on pages with hardly any content, ie, the items in the widget sidebar are longer than the main area it works fine, but when the content in the main area is longer than the content in the widget area, the border appears to whatever has been set in the enfold theme setting, it’s like an overflow area, can you supply the css the change this bit too, if you look at pages About Us, Gallery and Showroom you will see, thanks guys… :-)

    #295380

    Hi stephenturner!

    Please try adding following code to Quick CSS

    #top #main .sidebar { left: 1px; }

    Cheers!
    Yigit

    #295384

    Hi, i added this code and it just made the whole sidebar border black and kind of swapped what was happening, look at website, i’ve left so you can see… :-0

    #295388

    Hey!

    Can you elaborate please? How would you like to make it look? A screenshot would help :)

    Cheers!
    Yigit

    #295389

    how do you send a screen shot, i did do a screen dump but have no option to upload an image? thanks…

    #295393

    Hi!

    Please upload your screenshots on imgur.com or Dropbox public folder and post the links here :)

    Regards,
    Yigit

    #295406

    hi, i have to sign up etc and i try not too, but the error is now live, if you go to http://www.bloxwichfencing.co.uk and click on the about us page, you can see the sidebar border is white, using the css coding above, but the section underneath the widget area content displays the border as set in the theme (black), it’s just a small section of the sidebar at the bottom, below is the bit of code from inspect element where you can change it:

    .related_posts.av-related-style-full a {
    border-color: #000000;

    hope this helps… :-)

    #295435

    Hi, i had problems with dropbox so have taken a screen shot and placed it on the homepage of http://www.bloxwichfencing.co.uk i have drawn an arrow showing the issue, thanks … :-)

    • This reply was modified 9 years, 9 months ago by stephenturner.
    #295488

    Hi!

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

    .content {
    border-color: white!important;
    }

    Cheers!
    Yigit

    #295517

    absolutely fabulous!!! thanks again for the spot-on support, this question can now be closed… :-)

    #295519

    Hi!

    You are welcome, always glad to help! :) Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘How to change the sidebar widget border colour’ is closed to new replies.