Hello – I’d like to make my smart lists within a post a separate color from the rest, both the background and font – screenshot here, how would I accomplish this? https://www.screencast.com/t/xmhg8Qvlp
Hello !
The easiest way is to add a Paragraph style to your smartlist in gutenberg but you will have to add this in HTML view like this: https://www.screencast.com/t/wyXMrLH1sWK And the result should be like this: https://www.screencast.com/t/NkJ4aOvVR.
Find out more about it here: https://www.w3schools.com/html/html_styles.asp
I hope this was helpfull !
Thank you !
Hi that worked for paragraphs but I couldn’t do so for lists (tried formatting as paragraphs via HTML and changed to lists, did not work). Could you send me the specific HTML I would need to do this for lists?
Hello !
For Ordinated lists you can do it like this: https://www.screencast.com/t/1rOmUAkO8U
Also please take a look at more about how to set styles to html elements here: https://www.w3schools.com/html/html_css.asp
I hope this was helpfull !
Thank you !
Hi following up on this topic, two follow up questions:
1) When I try to set the background color, the example sent over was “background color: blue”. Is it possible to set background color to a custom color from the style section of TD composer such as rgba(221,155,155,0.69)? If so, how do I code that in HTML?
2) Is there a code to change the color of the text within these boxes?
Hello !
Yes, you can paste the RGBA codes everywhere you want in theme panel or tagDiv composer and they will work as you can see here: https://www.screencast.com/t/ZobZqPu6G
Thank you !
Hi a couple questions / feedback here:
Here’s a screenshot of one text box I’m working with. https://www.screencast.com/t/4cuWcVh11qac
My goals are:
1) I’d like to customize the background color for this specific text box. Currently I’m using the HTML code
- . Ideally I’d like to use a custom color such as rgba(221,155,155,0.69) – so I’m not sure I can use the suggestion above to accomplish this?
2) I’d like to also customize the text color within this box. Is there any way to do that?
3) I would also like to build spaces between the lines within the box, but every time I hit return, it’s giving me blank spaces. Hopefully there is a way to avoid this?
I’m in preview mode so I will send my login information to contact@tagdiv.com
OK – one more shot at this, here’s a screenshot of what I’d like to accomplish. Could you let me know if there’s a way to replicate this in Newspaper / TagDiv Composer? https://www.screencast.com/t/5MWTnfejccP
Hello,
Yes, you can achieve that with tagDiv Composer, or you can set in a column text the html code for that box with content.
-> http://prntscr.com/parf9s -> http://prntscr.com/parg9r
Thank you!
Hello – I created this post in new – add post (not in tagDiv Composer). Is there a way to edit posts in tagDiv composer such as the above? Never done that before, let me know. Thank you.
Hello,
Please notice that the tagDiv Composer is a builder for pages and templates only, not for post, only for post templates, so if you want you can use it on a single post template from tagDiv Cloud Library .
Or you can set a div with a class in code editor and set the css on that class -> http://prntscr.com/pb5cqh -> http://prntscr.com/pb5e3t
Thank you!