How do you insert paragraphs/spacings in 3 Column Feature

Discussion in 'Woodpecker WordPress Business Theme' started by sharonamiller, Dec 14, 2015.

Thread Status:
Not open for further replies.
  1. sharonamiller

    sharonamiller New Member

    Joined:
    Nov 16, 2015
    Messages:
    22
    Likes Received:
    0
    Hi,

    When I cut and paste my content into the Description section of the Three Column feature, it doesn't keep the spaces between paragraphs. How do I do that?

    Also the Read More link is not highlighted/in colour so it is obvious to readers to click it.

    How do I give it a colour like in the theme template?

    Thanks,

    Sharon

    Here is the content:

    Truth telling begins with being able to see the truth about your thoughts, assumptions, behaviours, strengths, weaknesses, stuck points, and impact. It’s hard to know yourself on your own and if you are cautious about sharing your inner world. This is not about therapy. This is about leveraging an unexplored edge and expanding what's possible for your leadership.

    Identify and respond to what is the truth about you so you can have the impact you desire and achieve ambitious goals, sanely and humanely.

     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    You can use "<br />" tag to given spacing between the paragraphs.

    Please follow the screenshot given below.

    html_spacing_between_paragraph.png

    Regarding rest of your issues, Please provide us URL of your site so that we can assist you accordingly.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
    sharonamiller likes this.
  3. sharonamiller

    sharonamiller New Member

    Joined:
    Nov 16, 2015
    Messages:
    22
    Likes Received:
    0
    Thank you and will do.
     
  4. priya

    priya Guest

    Hope that will resolve your issue..:)

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. sharonamiller

    sharonamiller New Member

    Joined:
    Nov 16, 2015
    Messages:
    22
    Likes Received:
    0
    Thank you Priyanka.

    Here is my url: http://www.wptoys2.com/madlibs/

    Question One: how do I make the Read More links at the bottom of each of the 3 Column Features the same colour as the other Buttons/Links on the front page?

    Question Two: how do I make the single image in the Video Box go right across the page? Is about making it a different size or something else? I am not sure I want to do this yet. I want to know how to do it so I can see what it looks like.

    Question Three: how do I make the Featured Punchline Heading the same red as the other reds on the front page? Again not sure if I want it black or red at this point. I want to know how to do it so I can see what it looks like.

    Question Four: how do I add a link to one of my other pages in the Featured Tagline Description? I would also want this link to be the same colour as the other links on the front page.

    Question Five: how do I italicize text?

    I'm going for a similar look as http://kellycooperslayton.com/

    I sincerely appreciate your help and responsiveness,

    Sharon
     
  6. priya

    priya Guest

    Hello Sharon,

    All the solutions of your above issues are accordingly..

    1) how do I make the Read More links at the bottom of each of the 3 Column Features the same colour as the other Buttons/Links on the front page?

    For this, please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    a.wpanch {
        color: red !important;
    }
    a.wpanch:hover {
        color: white !important;
    }
    2) how do I make the single image in the Video Box go right across the page?

    For this, code is given below
    Code:
    .vid-holder1 img {
        float: right !important;
    }
    .vidimg-container {
        border-bottom: none !important;
    }
    3) how do I make the Featured Punchline Heading the same red as the other reds on the front page?

    Code is as follow..
    Code:
    .feature-tagline-container h1 {
        color: red !important;
    }
    4) how do I add a link to one of my other pages in the Featured Tagline Description? I would also want this link to be the same colour as the other links on the front page.

    Please follow the screenshot given below.

    link_feature_punchline.png

    And to change color, use the code given below
    Code:
    .feature-tagline-container h1 a {
        color: red;
    }
    5) how do I italicize text?

    code is given below,
    Code:
    .feature-tagline-container h1 a {
        font-style: italic;
    }
    NOTE: Change color as per your interest.

    Hope it will resolve your issues...

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. sharonamiller

    sharonamiller New Member

    Joined:
    Nov 16, 2015
    Messages:
    22
    Likes Received:
    0
    Thank you so much Priyanka. I can't wait to give your solutions a try.

    With gratitude,

    Sharon
     
  8. priya

    priya Guest

    You're welcome Sharon..:)

    Do let me know if you need further assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page