Okay
  Public Ticket #1363885
Padding and Heading Colour
Closed

Comments

  •  2
    carlevans94 started the conversation

    I would like to know if i can alter the padding dimensions on mobile to be different from the desktop version.

    Also, I need to have the Heading and Paragraph options to be in both Black and White as i use both texts in circumstances where the background is sometimes black and other times is white. At the moment i can only set one color in theme styling

  •  2
    carlevans94 replied

    Also I would like to know how to change the text spacing to 1.5 in the paragraph writing.
    (So each line is further spaced apart).

    Also I would like to see how to alter the header text so that it also has more spacing in between the letters.
    (left to right).

  • [deleted] replied

    Hi Carl,

    1— This is a customization question and support doesn't offer customization services as we wrote on our support homepage. I will try to help you this time though

    If you're looking for professional help in this matter, there's always someone available for such tasks on the WP Kraken or Envato Studio. Pricing and timeline are always straightforward there and that's the main reason for recommending those services.

    2— You can do it like this http://d.pr/5WANc+

    3— Can you please add the code below to your Custom CSS area:

    p {
        line-height: 1.5;
    }

    4— Just add the code below to your Custom CSS area:

    .main-header.menu-type-standard-menu .standard-menu-container div.menu>ul>li>a, .main-header.menu-type-standard-menu .standard-menu-container ul.menu>li>a {
    letter-spacing: 2px;
    }