Browse by Tags

All Tags » css
Showing page 1 of 2 (19 total posts)
  • Customising button labels

    We would like the ability to customize the text displayed on buttons in functional pages. For example, I have used the method described here:-[http://help.wildapricot.com/display/DOC/Creating+a+Contact+Us+or+Feedback+Page]to create a basic ''Contact Us'' page which works reasonably well. However, when the message has been sent, the page displays ...
    Posted to General discussion and questions (Forum) by iant on May 1, 2010
  • Text Color in Event Calendar View

    I'm brand new to WA - love it so far! I know a bit about CSS - maybe just enough to be dangerous.:-) The text color in the Event Calendar for my site is too light - very difficult to read. But I can't figure out where to change it in the CSS file I downloaded. Any help would be greatly appreciated. Thanks ... Bernie Perry
    Posted to Customization (Forum) by bernieperry on February 4, 2010
  • Login Box

    Is there a way to display the login box in a horizontal format instead of the box style? I would like to fit the login box in just above my header without bleeding over onto the header. An example would be to display Email and Password all on one line with the Remember Me and Forgot Password just beneath those. Thank you.
    Posted to Customization (Forum) by Tneewill on January 2, 2010
  • Customizing Headers on Each Page

     I want to show different heading graphics on each page of the site. I found in the help doc, some style code that could be inserted but don't find it to work at least any place I try to insert it.  The code from the help files changes # idHeaderContent's background statement which should work. Yes I know I need to change the picture ...
    Posted to Customization (Forum) by jonesy on December 25, 2009
  • Adjusting width of primary content container

    My client is a chapter of a larger organization which insists that I must develop their website with a logo that is 950 pixels wide. What is the appropriate way to adjust the width of the primary content container? My problem should become clear if you look at the primary content container on my website-in-progress: ...
    Posted to Customization (Forum) by kylenstone on September 10, 2009
  • client wants site to look like unusual WA example - how?

    My client has decided she loves the Kelowna Women in Business site example on http://www.wildapricot.com/example-sites.aspx. Since I can't find a theme close to that (with a large pic at the top of the left nav and a tinted gif as bg in the main content area), how do I go about mimicking this look? I don't have access to my theme's HTML. Thanks ...
    Posted to Customization (Forum) by chuckmoran on August 20, 2009
  • Hide Membership level from profile page

    Can the membership level be hidden on the profile page? You can hide the membership level on the profile page by going to Settings > CSS Customization and inserting the the following CSS code into the textbox and clicking [Save]: .publicContentView #idMembershipLevelContainer,.memberContentView #idMembershipLevelContainer{ display: ...
    Posted to Customization (Forum) by Poetic Apricot on August 12, 2009
  • Change position of the login box

    We currently use a template that uses that places the login box under the side menu. How can we move it to the top right in our header? You can move your login box anywhere on the screen using the following CSS: #idLoginContainer { position: absolute; top: 10px; left: 720px;} Simply change the top and left values to move the login box to ...
    Posted to Customization (Forum) by Poetic Apricot on August 12, 2009
  • Hide Main Menu

    I was wondering if there is a way I can completely delete the navigation bar since I am using this site as links from another website. I don't want them to be able to navigate around. I simply want my link to take them to the page I want them to be on. You can completely hide the navigation bar by inserting the following into Settings > ...
    Posted to Customization (Forum) by Poetic Apricot on August 12, 2009
  • Disabling the fly-out menu

    Some of Wild Apricot themes now come with fly-out menu: You can disable fly-out menu by first copying the following CSS in to Settings > CSS customization: #idMainContainer #idMainMenu LI.itemNormal DIV.dynamicMenuLevelContainer,#idMainContainer #idMainMenu LI.itemNormal UL.dynamic,#idMainContainer #idMainMenu LI.itemNormal:hover ...
    Posted to Customization (Forum) by Poetic Apricot on August 12, 2009
1 2 Next >