Home › Forums › WordPress Themes – Premium › Pure & Simple › Some formatting
Hi, please is it possible…
1) to make all links in the main content area underlined? (I don’t know how to avoid underlining all links such as titled, links in widgets etc…)
2) to insert a margin (padding?) under each paragraph and list item, but only in the main content area? (I defind margin-bottom for “p” and “ul li” but this affect also the main menu and the search widget)
3) add some styled tables? There are some styles in the Preferential theme (I used before) but not in Pure&Simple.
4) add some style to 404 page? or at least… this is what appears: “?” However, there are no “links below”. How do I add them?
Thank you very much
Hi Zdenka,
Here are your answers.
1. To make all links in the main content area underlined use the following CSS .
article.page a, article.post a {
text-decoration: underline;
}
2. Insert margin to each paragraph and list item in main content area. Here are the selector for it.
article.page p, article.post p {
article.page li, article.post li {
3. You mean table like this : http://demo.styledthemes.com/preferential/table-styles/ . We will add it new version.
4. Note down custom 404 page like others will be added too in next version.
Thank you very much Roshan.
Only for the underline thing… I still get the titles on the blog page underlined as well as all meta data and “read more” button. Any help there? So that the links are underlined only in the text itself.
You’re always welcome. If you don’t want to those elements to have underline and only texts inside the those content then use the following CSS replacing above :
.entry-content a { text-decoration : underline; }
With our premium themes, we offer access to site documentation, video tutorials and timely support. Even if you have just started on WordPress, our support staff have the patience to help you create appealing sites gracefully.
Company
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.To find out more, including how to control cookies, see here: Privacy Policy
© Copyright © 2023 Styled Themes. All Right Reserved.