|
#1
Jan 30, 2010, 12:32 AM
|
|
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)
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 02:25 PM.
|
#2
May 3, 2010, 03:02 PM
|
|
|
|
43 posts · Nov 2009
Saratoga Springs, NY
|
|
While this is great for changing a piece of text on a page. How can I change the default font(s) for all of my pages and posts where I do not specify a tag?
|
#3
May 3, 2010, 03:26 PM
|
|
|
|
320 posts · Apr 2009
[VA & AZ], USA
|
|
Quote:
Originally Posted by globalnerds
While this is great for changing a piece of text on a page. How can I change the default font(s) for all of my pages and posts where I do not specify a tag?
|
Atahualpa Theme Options > Body, Text & Links > Modify font-family:
http://www.w3schools.com/css/css_font.asp
|
#4
Jun 13, 2010, 12:56 PM
|
|
Hello, what do I do if I do not want this central column blog/post/comments thing going on? I would like a site with only some text and links to videos, some ads, but no real blog per se.
thank you for your help!
|
#5
Jun 13, 2010, 01:02 PM
|
|
I mean is it possible at all? I guess it has to have a minimum the structure of a blog?
|
#6
Jun 13, 2010, 02:35 PM
|
|
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
Look at your WordPress dashboard under Settings>Reading. You can set the home page to static and then just use pages if you like for a less "bloggy" site.
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#7
Jun 13, 2010, 03:11 PM
|
|
wonderful, thank you so much
|
#8
Jun 13, 2010, 03:15 PM
|
|
can I also take out "by admin" "one comment" "uncategorized", all these things so taht it doesn;t show on the page?
thank you!
|
#9
Jun 13, 2010, 03:27 PM
|
|
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
It will take a little time but the best thing is to go through all the Atahualpa Theme settings. You will find all sorts of items you can configure. For instance what you are looking for is in Edit POST/PAGE INFO ITEMS. It will really pay for you to play around with the various settings to get used to them.
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#10
Jun 13, 2010, 04:25 PM
|
|
Thanks! Actually it is the one I kind of left out for now as it looked really daunting. I played with the easiest ones for now There is one thing though, I can't seem to modify the center column style in 'style and edit center column', have added padding, background etc though, I must be doing something wrong or not have understood something, is it not something you can do?
Thanks again , your help is very much appreciated!
|
#11
Jun 13, 2010, 04:33 PM
|
|
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
What version of Atahualpa and WordPress? What is the URL? What did you put in the center column style box?
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#12
Jun 13, 2010, 05:10 PM
|
|
last wordpress, last atahualpa, just beginning, ourpowerback.com , I would like to have the box lower, at 20px and with the same background... I have entered padding: 20px 20px;
background: url (with the right url link) , is that not how it should be done?
|
#13
Jun 13, 2010, 07:22 PM
|
|
It is SO didactical, it s great, there is so much info, you really can learn some code without effort, I was thinking, you know, once you know, oh ok so if I write this like that this is what it does, then to transform the whole thing into the best didactical online paper would be to have a short sentence on each setting page saying : "you can find these codes and modify them in your *.php" as well if you wanted to", (let's say functions.php or something), wouldn't that be great?
|
#14
Jun 13, 2010, 09:50 PM
|
|
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
Some of the theme settings have CSS for the center column in the CSS Inserts which overrides the CSS in the Center Column section so take a look there as well.
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#15
Jun 13, 2010, 10:22 PM
|
|
Hello, I did actually, as I wanted to get rid of the header image container border (which I did) but I still don't get how to lower my central column 20px... still working on it... any help greatly appreciated! thank you!
|
#16
Jun 13, 2010, 10:48 PM
|
|
Also I spent hours on trying to remove the borders of my sidebars, adding border none to the widgets, the sidebars, modifying CSS, I just cant find a way... ourpowerback.com , help!
|
#17
Jun 13, 2010, 10:56 PM
|
|
Aooops, found it, was in widget-container, still cannot lower my central column though
|
#18
Jun 13, 2010, 11:05 PM
|
|
found it again, it was in post-container, thanks! great theme really, love it
|
#19
Jun 13, 2010, 11:22 PM
|
|
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
You can use the CSS you put in the center container if you can't find where it is being called but you might have to add !important to the code as follows.
HTML Code:
padding: 20px 20px !important;
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#20
Jun 14, 2010, 11:09 AM
|
|
Oh ok thanks I ll try that, also where does one get rid of the RSS and COMMENT icons that seem to be attached to the logo and pop up when I activate the logo?
thanks again!
|
#21
Jun 14, 2010, 11:12 AM
|
|
oh yes to lower the central column, I found it yesterday actually it doesnt work in style center column but worked in post container
thank you anyway!
|
#22
Jun 14, 2010, 11:24 AM
|
|
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
Quote:
Originally Posted by preciousfoods
Oh ok thanks I ll try that, also where does one get rid of the RSS and COMMENT icons that seem to be attached to the logo and pop up when I activate the logo?
thanks again!
|
Look at the Atahualpa RSS section.
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#23
Jul 17, 2011, 10:12 PM
|
|
Can i use the same for creating a custom link style which I can manually add. For example <a href="" class="customclass" that would make a link different from others. If possible, give me an example
|
#24
Jul 18, 2011, 06:32 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
absolutely. You can put any CSS in the CSS Inserts and it will be used when you specify that class or ID (remember ID's have to be unique per page)
here is an example
HTML Code:
.linkblue {color: #blue;}
.linkred {color: #red;}
now if you used
HTML Code:
<a href="..." class="linkred">blah blah</a>
the text color would be red, if you use
HTML Code:
<a href="..." class="linkgreen">blah blah</a>
the color would be green
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#25
Jul 18, 2011, 06:53 AM
|
|
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
I would probably wrap the link in a div so I can style the hover. Never tried adding a class to the a tag directly. For example.
HTML Code:
<div class="special-link"><a href="">Link Text</a></div>
Then use CSS to style
HTML Code:
.special-link a:link {
color: blue;
}
.special-link a:hover {
color: red;
}
Just do some experimenting to see what works.
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
|