Tagged: font, Font-color, image text
-
AuthorPosts
-
November 19, 2019 at 8:10 pm #1158271
Hello, I opened my new website and there’s some issues / things i can’t do that i need help.
Please provide solutions as fast as possible.1) There seem to be general problems when styling font, color mostly.
Here you can see the font on the blu navy background as grey. I changed it to white but it won’t change and no, it’s not a cache problem.
Why the colors won’t change and how to make it happen?2) This color problem seems to be general. I tried to change the general font color through general styling but change won’t apply. Again, it’s not cache
3) Forms:
I would like to style the forms. I added the forms with WPForms which inherhite the styling from the template.
I would like to change the styling a lot, but it’s enough to remove the bold from some of the content. (see link and image below)
I would like to remove bold from “name” and “surname” and also from the label description (see image).
Page: https://www.calcioshow.tv/video-e-dmca/#rimozione
Explaining image: https://ibb.co/xmJDzjL4) Articles fix:
Again, some sort of font problem. I would like to customize the default font size e color of image description.
I like it like it shows in editing preview, but when i visit the published page, the image text is the same as the content text. Also is NO LONGER centered, i would like to keep it centered
See an article: https://www.calcioshow.tv/mourinho-e-conte-guerra/
See this image on how i would like (like the editing preview basically): https://ibb.co/xf6s8LMSorry if i put couple things here, i think they are not big issues anyways.
A couple more things will come later on another post, as for now thanks a lot for your support and i hope you can tell me how to fix these.J
November 19, 2019 at 11:33 pm #1158311Ok, so remove problem #2, i sorted it out.
Please let me know for the other 3.1- Text color on paragraph wont change.
3- Forms
4- default Image text stlying fix (like in the preview)
November 20, 2019 at 7:45 pm #1158584Hi Jacopotj,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
p.has-background { color: #fff; } #top div.wpforms-container-full .wpforms-form .wpforms-field-label-inline { font-weight: lighter; }
If you need further assistance please let us know.
Best regards,
VictoriaNovember 20, 2019 at 9:22 pm #1158604Hi Victoria, thank you, you were really useful.
But, the name surname part is still bold, how to unbold that too?As for the paragraph text color, i see it fixed. Not sure if it was you but in case, awesome.
The last issue didnt get a fix or an answer, so i post it again.
4) Articles fix:
Again, some sort of font problem. I would like to customize the default font size e color of image description (text added below image)
I like it like it shows in editing preview, but when i visit the published page, the image text is the same as the content text. Also is NO LONGER centered, i would like to keep it centered
See an article: https://www.calcioshow.tv/mourinho-e-conte-guerra/
See this image on how i would like (like the editing preview basically): https://ibb.co/xf6s8LMThank you!
November 23, 2019 at 2:55 pm #1159417Hi Jacopotj,
I am not sure that I know what name you’re referring to. Could you please attach some screenshots of the issue?
As for the image description, is it how you need it? Grey and in the center?
Best regards,
VictoriaNovember 23, 2019 at 6:25 pm #1159489it is the name / surname under full name on the link provided, but it doesn’t matter it’s not that important
The image caption (added through article editing when adding image), i want it centered, as for color and font size i’ll se myself.
Kindly provide me a code that applies to all the captions, where the text is centered and with a font size and font color edit.
I’ll then adjust the size and the color code.Thank you.
November 24, 2019 at 4:39 pm #1159607Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - */ .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image .aligncenter > figcaption, .wp-block-image.is-resized > figcaption { text-align: center; font-size: 1em; background: #ececec; }
You can further custom control the elements by adding custom CSS class name, To enable please go to Enfold theme options > Layout Builder and check “Show element options for developers” for more information please check our documentation.
Best regards,
VinayNovember 24, 2019 at 5:51 pm #1159619Hi Vinay, first of, thanks a lot for the code.
Sadly, it didn’t work. WordPress gave me an error as you see on the screenshot but i ignored and updated anyway, but as you can see on the page it didn’t change.
https://ibb.co/234DCgM (Code inside editor)
https://ibb.co/QCvt4tG (caption exemple)
November 24, 2019 at 5:52 pm #1159620I did edit the color and px of the code, in case you wonder. Code screenshot is before publication
November 25, 2019 at 3:45 pm #1159881November 25, 2019 at 5:07 pm #1159919Ok, And what do i edit the > sign to?
November 25, 2019 at 6:52 pm #1159974Hi Jacopotj,
You remove the circled code in my screenshot and add the > . Then the css should work.
Best regards,
Victoria- This reply was modified 4 years, 11 months ago by Victoria.
November 25, 2019 at 7:05 pm #1159986ahah now i understand, yes im stupid, i probably edited the code on windows 7 notepad before applying, i’m sorry.
Ok i will try again now.November 25, 2019 at 7:21 pm #1159997Yeah, it worked, thanks both
I put this
.wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image .aligncenter > figcaption, .wp-block-image.is-resized > figcaption {
text-align: center;
font-size: 17px;
color: #5c5a5c;
}Didn’t work on style.css tho, but worked on customized css
November 25, 2019 at 10:10 pm #1160055Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Font styling and more’ is closed to new replies.