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 »

[SOLVED] Rounded Corners for stick post...


  #1  
Old Sep 9, 2011, 07:09 AM
fastharryDOTcom
 
73 posts · Oct 2009
NJ, USA
[SOLVED] Rounded Corners for stick post...

Can anyone tell me, in a step by step, easy to understand, I have never changed coding and am a newb, so simple a moron could do it way to add rounded corners to the sticky posts on fastharry.com?...


and yes, I did search for an answer in these forums first...

thanks....
__________________
visit fastharry.com..Proudly done with Atahualpa
  #2  
Old Sep 10, 2011, 12:08 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
You first have to determine the selector for the sticky which is div.sticky. I used Firebug with Firefox for that. Then you just add the necessary CSS to the CSS Inserts in the Add CSS/HTML Inserts section of the theme options. For rounded corners you need several lines as different browsers work differently. This may not show in some browser that don't support the CSS. Here is an example of the code for a 10px radius border for the stickies. Here is a link to a border radius generator.
HTML Code:
div.sticky {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
__________________
~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.
  #3  
Old Sep 10, 2011, 04:15 PM
fastharryDOTcom
 
73 posts · Oct 2009
NJ, USA
Thanks, I will try that...


I have one more question...on fastharry.com I am tyrying to change the background of the posts where the main text is to a different color...

All the other changes I have nmade are fine.,..but when I put FBF6CE; in the post container STICKY where the default is background #eee, it knocks out the print in the first sticky box...though it does change the background color in the next 2...



So I changed it back to #eee and scrolled down the page to the BODY BOX selection and inputted color: #FBF6CE; And not only did that wipe out the first stick post again, the color did not change on the standard post's either..




Am I changing the adding/changing the correct way?


if you look at the site, I want the background in all the posts to be the same color...just not white...


Thanks
__________________
visit fastharry.com..Proudly done with Atahualpa
  #4  
Old Sep 10, 2011, 04:22 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
What is the exact and complete code you are putting in the sticky 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.
  #5  
Old Sep 10, 2011, 04:41 PM
fastharryDOTcom
 
73 posts · Oct 2009
NJ, USA
Thanks Miles, I figured it out....I was inserting Color:#FBF6CE..when I should have put background: #FBF6CE


once I did that, all the posts are the creme colored background...


Thanks again for taking the time to answer..Hope you have a nice weekend.,.
__________________
visit fastharry.com..Proudly done with Atahualpa

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Rounded corners - im just not getting it tlck9 Page & Category Menu Bars 5 Apr 26, 2011 08:10 AM
Have 2 rounded corners and 2 squared possible? vincent Header configuration & styling 5 Nov 26, 2010 05:53 AM
Rounded Corners with an image Xethon Sidebars & Widgets 2 Sep 16, 2010 07:31 AM
Rounded corners of images? JoannaLynnPhoto Center area post/pages 1 Jun 8, 2010 05:20 AM


All times are GMT -6. The time now is 05:52 PM.


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