Woodpecker Three Column - bolding, underlining, center justification

Discussion in 'Woodpecker WordPress Business Theme' started by coachkelly, Aug 19, 2015.

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

    coachkelly Member

    Joined:
    May 24, 2015
    Messages:
    51
    Likes Received:
    0
    Greetings,
    In Woodpecker's Three Column Feature in the Description 1, Description 2 and Description 3 area, I have 3 questions:

    1) how do I make some (not all) of the text bolded?
    2) How do I make some (not all) of the text underlined?
    3) How can I center some of the text?

    Here is my website so far...

    http://www.wpsweet3.com/lindt/

    So for example, I would like to have the following sentence in the Second Column:

    Are you ready to take your leadership to the next level?

    changed to bold text and center justified.

    Thank you for your assistance!

    Take care,
    Kelly
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    You can easily resolve your issue by following the steps as mention in video (video link is given below):
    http://screenpresso.com/=3SKwf

    Note: you can simply change any letter or text in bold format and can underline any part of sentence by using <b> text </b> and <u> text </u> respectively.

    Hope it will resolve your issue :)

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     
  3. coachkelly

    coachkelly Member

    Joined:
    May 24, 2015
    Messages:
    51
    Likes Received:
    0
    Priya,
    Thank you! The bolding and underlining worked.

    The 3rd part of my question was about justification of the text. Can I center justify the text in the Three Column Feature Description area? Currently it is left justified....

    I look forward to your answer!
    Thanks!
    Take care,
    Kelly
     
  4. priya

    priya Guest

    Hello Kelly,

    Greetings from InkThemes!

    You can easily center justify your text yourself, you just only have to paste the CSS code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .feature-page-wt-thumb-container {
          text-align: justify !important;
    }
    Hope it will resolve your 3rd query...:)

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     
  5. coachkelly

    coachkelly Member

    Joined:
    May 24, 2015
    Messages:
    51
    Likes Received:
    0
    Priya,
    I hope you are having a good day.

    OK, unfortunately this did not work. I added your suggested code in the Custom CSS section, but it did not center text in the Three Column Feature area. I only want to center justify the first sentence (and only the first sentence, not the rest of the text) in the Three Column Feature Description area.

    How can I center justify only the first line of the text in one of my Three Column Feature Description area (no other text on my website needs to be centered)?

    Thanks again for all your help - you are a life saver!

    Take care,
    Kelly
     
  6. priya

    priya Guest

    Hello Kelly,

    Greetings from InkThemes!

    We have resolved your query which was related to the 'text-alignment in center' of your first sentence in the Three Column Feature Area.

    To resolve this query firstly we have to define a "class" of that particular area on which you want to apply CSS and then you can use CSS code (given below) in Custom CSS field.

    Code:
    p.dscp2 {
        text-align: center;
    }
    Note: I have just created a class name of 'dscp2' as you can see in your dashboard (three column feature area-> description 2 & description 3).

    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     
  7. coachkelly

    coachkelly Member

    Joined:
    May 24, 2015
    Messages:
    51
    Likes Received:
    0
    Priya,
    That is tremendous!!!! Thank you SO much. It looks great! Thank you for doing this for me - what service! You really go above and beyond. And also thank you for telling me how you made this change - that is good for me to know in the future.

    I really appreciate your time and effort!

    Take care,
    Kelly
     
Thread Status:
Not open for further replies.

Share This Page