Sidebar CSS

Home Forums All Other Themes Sidebar CSS

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #34200
    NikitaNikita
    Member
    • Topics: 3
    • Replies: 2
    • Total: 5
    Member since: April 19, 2016

    Hello,

    couldn’t find where can I find CSS styles for left-sidebar menu. Here’s the page: http://sk-alta.ru/about/
    I need to make first-level points of menu bold and make a border-line for the whole side menu. What files should I edit to do that?

    Thanks.

    #34279
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    #sidebar ul li { border-bottom:1px solid #d0cfcf !important;}
    #sidebar ul li a { font-weight:700 !important;}
    #sidebar ul li ul li a { font-weight:300 !important;}

    Regards,
    Shri

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