would like to add 3-4 sentences alogn with click
-
Dear All,
I would like to to add 3-4 sentences (3 lines) of same size font size and a click symbol in the second slider?
I appreciate if some you can suggest on this.
Best regards,
Keshav
-
Hello Keshav,
Can you please provide some explanatory screenshots to illustrate this issue?
You can upload screenshots to your WordPress Media Library and share a link, or you can use one of the online screenshot services.
Kind Regards, Roman.
Thanks Roman. Please find here the screen shot.
https://s29.postimg.org/43izzz0cn/Screen_Shot_2017_01_05_at_17_27_38.pngI would like to write 3-4 sentences and would like a click button below.
Thank you.
Best regards,
KeshavHello Keshav,
You can try to use Text widget to achieve that.
You can create a button within Text widget by entering this into Content field when editing Text widget:
<a class="roll-button border" href="button-link">button-text</a>
Just replace
button-link
andbutton-text
with desirable values.Please feel free to ask any other questions that you might have.
Kind Regards, Roman.
Dear Roman,
Thank you very much for your reply. Just i could not find the right place to insert that.
I went to widget area and I see a text option but I added in the content area and nothing happened.
I would like instead of second slide text the following 3 sentences with even font size and a click symbol.
I am sorry I am a newbie here.
Please explain me a bit in detail.
Thank you very much.
Bets regards,
KeshavHello Keshav,
Did you try to add it in Dashboard → Appearance → Customize → Header area → Header Slider section? It might be what you need.
Please let me know if you need more help.
Kind Regards, Roman.
Dear Roman,
I asked for the second slider in the previous question.
I thought to make my life simple as a newbie here.
So just one slide with some 3-4 sentences below slider title and subtitle.
https://s30.postimg.org/58ara2no1/Screen_Shot_2017_01_06_at_10_31_43.pngAgain I did not find any space to include your code
Dashboard → Appearance → Customize → Header area → Header Slider section?Please let me know a solution.
Best regards,
KeshavHello Keshav,
Please try to use the following CSS code.
You can add CSS code in Dashboard → Appearance → Customize → Additional CSS (WordPress 4.7 and up). Also you can add CSS code directly to
style.css
file of your child theme.div#slideshow p.subtitle::after { content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat"; display: block; padding-top: 20px; max-width: 1000px; margin-left: auto; margin-right: auto; }
Just replace
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat
with your own text.Kind Regards, Roman.
Dear Roman,
Fantastic. your code worked brilliantly. Please see here below the screenshots.
I would like your help to fix the following
1) Those 3 sentences as follows:
“With our broad research experience gained over the years
we can offer standard or customized research services
to our clients in the industrial and academic sectors”
https://s30.postimg.org/ie3g3vt4h/Screen_Shot_2017_01_07_at_16_57_28.png2) I would like the text as NOT capitalized (lower case)
3) Those 3 sentences in different color (lets say biscuit color or white)
I really appreciate a lot for your kind help.
Wish you a great day.
Best regards,
KeshavDear Roman,
With the following css code it worked to this level the following screen shot level.
https://s30.postimg.org/3tq1ppjmp/Screen_Shot_2017_01_07_at_17_56_04.png
Code used:div#slideshow p.subtitle::after {
content:
font-family: Open Sans Semibold;
text-transform: lowercase;
color: #FFF8FF !important;
font-size-adjust: 0.4;
}Only thing I could not manage is to keep the sentences structure as follows:
“With our broad research experience gained over the years,
we can offer standard or customized research services
to our clients in the industrial and academic sectors”Aligned to the centre.
I appreciate if you can help with sentence structuring CSS code.
Thank you very much for your help.
Best regards,
KeshavHello Keshav,
I’m not sure how do you want to align it, can you please provide an explanatory screenshot? Also, can you please provide a link to your website?
Kind Regards, Roman.
Dear Roman,
Thank you for your reply.
I am doing it on MAMP local server on my computer. Once I am done and happy, I
would like to host the website on to the hosting server.Please find here below the screen shot for alignment of the sentences. Just like the same.
https://s23.postimg.org/6i1qa74pn/Screen_Shot_2017_01_08_at_14_43_48.pngThank you so much for your help.
Best regards,
KeshavHello Keshav,
Well, it should look like that if you use CSS code that I provided above.
Can you please show me how it looks now?
Kind Regards, Roman.
Dear Roman,
Yes it did work great. Thank you very much.
It was my mistake while adding.
Very much appreciate and thank you for your help.
Hope pretty soon, I can manage to finish the website and host it.
Best regards,
KeshavYou are welcome Keshav! ??
Kind Regards, Roman.
Dear Roman,
Sorry, i am coming back again to you.
A small problem is that It does not take a capital letter before the beginning of sentence or after a full stop.
How to fix it?.
Thank you very much.
Best regards,
Keshav
- The topic ‘would like to add 3-4 sentences alogn with click’ is closed to new replies.