All Tags »
css
Showing page 1 of 2 (19 total posts)
-
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 ...
-
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
-
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.
-
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 ...
-
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: ...
-
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 ...
-
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: ...
-
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 ...
-
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 > ...
-
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 ...
1