Jump to content
Sign in to follow this  
wolfish009

4 Questions that is bothering me! Please hep me.

Recommended Posts

wolfish009

1. I want to change the color of the side bar. I am using blue whitehouse so in this case i want to give my side bar background little blue shades. Is it possible? 2. When i write new content for my home page and not the blog post i have two titles so i want to use H1 tags for these titles. How to do this? 3. I want to place ads to the sidebar (ads on square frame) so how do i do this? From widget or there is some other way? 4. In the white house pro sample template in the "blog" every posts appears with the image (side of the content) that has been published in the post. How can i do this to mine?

Share this post


Link to post
Share on other sites
catrina

1. I want to change the color of the side bar. I am using blue whitehouse so in this case i want to give my side bar background little blue shades. Is it possible? Yes. Please post a link to your site and I'll give you example CSS code to use. 2. When i write new content for my home page and not the blog post i have two titles so i want to use H1 tags for these titles. How to do this? By new content that doesn't include blog posts, are you referring to regular pages? What do you mean when you say that you have two titles? Also, are you saying you want to change the default tags for the titles to H1 tags? 3. I want to place ads to the sidebar (ads on square frame) so how do i do this? From widget or there is some other way? You can add ads to your widgets by dragging a Text Widget to the right (in Appearance > Widgets) and adding image tags to it with the ads. 4. In the white house pro sample template in the "blog" every posts appears with the image (side of the content) that has been published in the post. How can i do this to mine? These are post thumbnails, which you can upload using the "Set featured image" setting on the right side of the post editor (on the same side where the "Publish" setting is).


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
wolfish009

1. Here is the link www.optimizingengine.com 2. I mean the regular page. You can see it in the home page two bolded titles. I guess not but still if there is anyway for using such tags for such titles. Please let me know. 3. Got it. 4.Got it. Thanks! :)

Share this post


Link to post
Share on other sites
catrina

1. Please add the following CSS to Theme Options > Custom Code > CSS Rules:

#widgets div.winner {background-color: #YOURCOLORHERE;} /* Replace YOURCOLORHERE with the color you want for sidebars */

2. If you're adding those titles within the page editor, you can simply add

and

around them. Do you want to style them differently other than in bold?

Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
wolfish009

Yes, Ma'am i would like to know more about styling beside the bold. Actually, i was expecting if the template had something automatical. Thanks i will do it manually no problem! :)

Share this post


Link to post
Share on other sites
catrina

If you add the

tags around your titles (this is the easiest thing to do), you can add this CSS to your CSS Rules box to style the titles:

h1 {font-family: FONT; font-size: FONTSIZEpx; font-weight: FONTWEIGHT; }


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
wolfish009

Thank you so much. You really were very very helpful. I truly appreciate your time and effort. Is there anyway i can rate you with 5starts in the forum? I would be please to do that. :)

Share this post


Link to post
Share on other sites
Rob

Remember to change FONT to the actual font name you want; FONTSIZE to the numeric value of the font in pixels and FONTWEIGHT to something like normal or bold.


Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×