Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#3495
Danijel
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