Make Text Boxes Editable
Hollinator
Registered Users Posts: 9 Beginner grinner
Hi,
A feature I would really like to see is the ability to edit a text box in visual or html mode. (Constant contact is an example of a site that allows you to edit the text blocks with the Wysiwyg or by writing code)
Thanks,
Holly
A feature I would really like to see is the ability to edit a text box in visual or html mode. (Constant contact is an example of a site that allows you to edit the text blocks with the Wysiwyg or by writing code)
Thanks,
Holly
0
Comments
the html in it. In that you can find what is needed to create CSS to modify the element. The text you're
wanting to change is probably between h1, span or "a" tags. But you also need the class name of its parents
to nail down the specific area or widget.
If you provided a link to your site we could help.
My Website index | My Blog
.sm-page-widget-profile-content h1 {color:red !important}
Looking at the html using "Inspect Element" I highlighted in red what I used to create the CSS.
My Website index | My Blog
.sm-page-widget-profile-name h1, .sm-page-widget-profile-biotext div {
color: red !important;
}
Thank you so much for your assistance!
Holly
Hi Holly,
When in the Customizer ( "Customize" then "Content and Design") and on the "Content" tab, you can add an "HTML" or a "Text" content block to your page, which can be edited with WYSIWIG or via code.
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations