How, in widgets, do I do the following: Increase the space between widgets on my sidebar change the font color of the Widget Titles in my sidebar Remove the faint lines between the widgets. Create a new sidebar widget area Here is a link to see the widgets I have on my sidebar http://www.drkwamebrown.com/join
Hello, 1. Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .cycle-slideshow { margin-top: 50px; } 2. Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .sidebar h3 { color: red; } In place "red" you can put your color or color code. 3. Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .sidebar h3 { border-bottom: none; } .sidebar ul li { border-bottom: none; } 4. Go to the Appearance > Widgets panel in your dashboard and drag & drop any Widget in the Primary or Secondary Widget Area.
I am asking: How do I create another widget AREA. I know how to move widgets. I want more than two widget areas.
Hello, You can add any number widget in the Primary or Secondary Widget Area and that all are display on the sidebar.