Titles of Primary Sidebar

Discussion in 'Blackriders WordPress Theme' started by maggiemae, Jan 19, 2015.

  1. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    How can I change the titles of the primary sidebar widget area?

    And how can I change the small purple line (I have the black color theme) under the title of the sidebar widget area?

    Thank you.
     
  2. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    Hereby à picture of the small purple line under the title "Waarom Aangepast Wonen"?
     

    Attached Files:

  3. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi maggiemae,

    To change title please go to Appearance->Widgets and change title for each widgets as given in the screenshot.

    primary_widget.png

    Now, to change small purple line please paste the code given below in custom css.
    (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard.

    Code:
    .sidebar h3 {
    background: none;
    border-bottom: 1px solid #E8E8EB;
    }
    Thanks,
    Praveen
     

Share This Page