This topic has 13 replies, 1 voice, and was last updated 7 years, 1 month ago by Yogendra.
-
AuthorPosts
-
-
AldoGuestHi,
I´m trying to find a way to enlarge the subheading text on the Home Section (because it is too small).
I´ve tried some html code but it does not work.
Is there a way to fix that?
Can you help me with that?
Thanks
-
YogendraGuestHello Aldo,
Try using the CSS below
.promo-section p {
font-size: 18px !important;
}Change the size to whatever suits you. for ex 16px , 20px etc
Paste this CSS into Appearance->Customize->Additional CSS
Regards
Yogendra -
AldoGuestHi,
I´ve included the css code.But it didn´t change at all.
Is there something else to do?
Thanks
Aldo -
YogendraGuestHello Aldo,
Please attach a screenshot of what you did?
Regards
-
AldoGuestHi,
Here it goes:
http://tinypic.com/r/swbv40/9Thanks
-
AldoGuestHere´s another link (in case the previous don´t work):
https://www.dropbox.com/s/s2vf941dcbnslsj/Css.png?dl=0Thanks
-
YogendraGuestHey Aldo,
The way you have write CSS will not work at all. You have write code inside /* */
This is a comment in CSS means anything that’s inside will be omitted.
Just remove those and it will work. Also remove the text Click the help icon….Regards
-
AldoGuestHi,
How to insert an image on a text widget?
Like the following in this link:
https://www.dropbox.com/s/1yo7p43eyy7i4d4/Image%20inside%20a%20text.png?dl=0How to center an image on a page?
Like the following in this link:
https://www.dropbox.com/s/ymvzq9syu5bwao3/Center_image.png?dl=0Thanks.
-
YogendraGuestHello Aldo,
Always create a new topic if the issue is new.
How to insert an image on a text widget?
Like the following in this link:
https://www.dropbox.com/s/1yo7p43eyy7i4d4/Image%20inside%20a%20text.png?dl=0Here are the steps that you need to follow
Step 1) Just upload your image first through Media menu
Step 2) Click on the image you just uploaded and it will show you the image details popup
Step 3) Copy the URL of the image from right sectionStep 4) Now open your Text Widget
Step 5) Click on the Text tab on the top rightStep 6) Now if you want to edit previous image then find the img tag of that image and paste your copied URL otherwise if you want to add a new image simply add by using .
Step 7) Save it
Regards
-
YogendraGuestFor your 2nd issue
How to center an image on a page?
Like the following in this link:
https://www.dropbox.com/s/ymvzq9syu5bwao3/Center_image.png?dl=0— To center your image you need to wrap that image inside div tag and give it style text-align:center;
For eg- Assume that this is your image
<img src="abc.jpg" />
Now wrap it inside div
<div><img src="abc.jpg" /></div>
Now give style to div
<div style="text-align:center;"><img src="abc.jpg" /></div>
Regards
-
-
AldoGuestHi,
How to insert an image on a text widget?
Like the following in this link:
https://www.dropbox.com/s/1yo7p43eyy7i4d4/Image%20inside%20a%20text.png?dl=0How to center an image on a page?
Like the following in this link:
https://www.dropbox.com/s/ymvzq9syu5bwao3/Center_image.png?dl=0Thanks.
-
AldoGuestHi,
How to insert an image on a text widget?
Like the following in this link:
https://www.dropbox.com/s/1yo7p43eyy7i4d4/Image%20inside%20a%20text.png?dl=0Can you help me with that?
THanks. -
AldoGuestHi,
I´m about to buy this theme but without knowing how todo basic things I can´t proceed.
Thanks again.-
YogendraGuestHello Aldo,
Watch this video for pro version
How to create a Homepage from Scratch in SomaPro WordPress theme
Regards
-
-
-
AuthorPosts