Blackbird

THEME:   Blackbird

Custom CSS for removing the cell phone icon on the top right.

.call-us {
display: none;
}


Get rid of the Footer altogether

To remove FOOTER…

  • Select Appearance >>Customize
  • Select Widgets:  First Footer Widget Area
  • Add Widget  TEXT  — don’t type anything – CLOSE
  • Do the same for second Footer Widget Area and third Footer Widget Area

On the Home Page, insert a section beneath the picture that I can update with recent lab news

  • Why not create another menu item called Lab News … Posts (instead of Pages) can be updated on a daily basis.
  • I’ll add the category for you under POSTS called Lab News
  • create the first newsletter called  “Lab Activities for June”  (you can delete) and select Lab News under Categories
  • Under Appearance >> Menu, add Categories  (view all)  Lab News to Menu Structure >> SAVE

On the Home Page, change the font size of the introductory paragraph (want it bigger)

Appearance >>> Custom CSS

body{
font-size:22px;
}


On the Home Page, put more space in between the text and the picture

  • Edit Home page
  • Select TEXT tab
  • Between text and picture, insert code..

<p>&nbsp;</p>


Color changes on the header to dark gold…

body{
font-size:18px;
}

h1.page-title {
text-shadow: none!important;

h5.page-title {
text-shadow: none!important;

COLOR HEADER TEXT… GOLD
h1, h2, h3, h4, h5, h6{
color:#C99700!important;
}
All Headers.. no SHADOW
h1, h2, h3, h4, h5, h6{
text-shadow: none!important;
}
Paragraph font to BLACK
p{
color:black!important;
}


Custom CSS…

.top-search{
display:none;
}

Custom CSS…

.content-bar a{
color:#002855;
}

  • On research page, change header from H1 to H3
  • Custom CSS

h3{
color:#C99700!important;
font-size:20px!important;
}

  • Changed H2 to H3

In the meantime… editing Publication Page  >> select TEXT tab >>  &nbsp; between each publication record to add a CR.