Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Removing author, date on blog posts › Reply To: Removing author, date on blog posts
August 5, 2015 at 8:52 pm
#3495
Participant
Hi,
To remove white space please insert this code:
.rs-wrapper {margin-bottom:0;}
You can rename “Type and hit enter” by using translation plugin or directly editing file and change text.
For direct editing: In your root directory of the theme there is file called header.php find line 180 and rename Type and hit enter…
To add spacing to paragraphs please enter this code: p {margin-bottom: 20px;}
If you need to increase spacing add bigger number, let’s say p {margin-bottom: 30px;}
Danijel