Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages »

HOWTO: make a custom text style on post/page


 
Prev Previous Post   Next Post Next
  #1  
Old Jan 29, 2010, 11:32 PM
pakacil
 
20 posts · Jan 2010
Lightbulb HOWTO: make a custom text style on post/page

sometime, we want to make a different style of text on posts or pages, for any reason
for example, like this one: (click pic to enlarge)
Click image for larger version

Name:	ctext1.jpg
Views:	5286
Size:	43.6 KB
ID:	369

to make it...
• go to Atahualpa Options
• on Various Content Items section, go to Add HTML/CSS Inserts tab
• add this new class (and don't forget to save it)
HTML Code:
.custom {
float: right;
font-family: Times New Roman; 
font-size: 24px; 
font-style: italic; 
color: #900000;
text-align: right; 
width: 200px; 
margin: 0 0 0 10px; 
padding: 0;
}
note: You can change all parameters in that class above: name, etc.

now, this is the way to implement it
on our WP text editor, use HTML Mode and implement custom css in any text we want in any position in our paragraph
HTML Code:
<span class="custom">"this is our custom text style..."</span>Lorem ipsum dolor sit amet,...
that's it...

Last edited by juggledad; Apr 26, 2010 at 01:25 PM.
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
custom 404: Dunstan-style Error Page Plugin twincascos Plugins & Atahualpa 3 Dec 20, 2010 08:26 AM
[SOLVED] How to make page menu item point to custom URL? bongo Page & Category Menu Bars 2 Jan 22, 2010 08:17 AM
SEO - Setting custom page title per page/post? gesman Header configuration & styling 2 Jul 23, 2009 04:03 PM
Changing the style of the post's body text and other font issues. perdox808 Atahualpa 3 Wordpress theme 2 Apr 20, 2009 08:26 PM
How to style "post icon" and "post comments" text Whatsthatcat? RSS, Feeds & Subscribing 3 Apr 1, 2009 09:41 AM


All times are GMT -6. The time now is 12:41 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.