codyheit
Forum Replies Created
-
Forum: Plugins
In reply to: Looking for Quote management plugin for partnersThanks yes looks like it would work for the front end form well.
But could it handle if a form is submitted from a user to be able to send the contents of the form to say 3 different companies in the back end by a pre-determined system like zip codes or similar etc?
Forum: Themes and Templates
In reply to: Twenty Eleven – Width of text on pagesThanks
Forum: Themes and Templates
In reply to: Twenty Eleven – Width of text on pagesThanks for the help but changing the max width increases the size of the whole website and not just the width of the text area:
/* =Structure
———————————————– */body {
padding: 0 0em;
}
#page {
margin: 0em auto;
max-width: 1000px;
}Forum: Themes and Templates
In reply to: How to change Twenty Eleven theme to bold current selectedThanks worked great.
Forum: Themes and Templates
In reply to: Change widget text size in Twenty Eleven 1.2Managed to get it to work by using the following code:
<p><span style=”font-size:70%;”>
Forum: Themes and Templates
In reply to: How to change hover colour in footer linksThanks seemed to make the difference.
Forum: Themes and Templates
In reply to: How to change hover colour in footer linksThanks have tried the code change but no luck doesn’t seem to change it from red hover
} #site-generator a { color: #FFFFFF; font-weight: bold; } #site-generator a:hover { color: #000000; }Forum: Themes and Templates
In reply to: How to change hover colour in footer linksThanks for helping.
Have found the code but their is no mention of hover in it.
/* Site Generator Line */ #site-generator { background: #E01E1E; border-top: 1px solid #ddd; color: #FFFFFF; font-size: 12px; line-height: 2.2em; padding: 2.2em 0.5em; text-align: center; } #site-generator a { color: #FFFFFF; font-weight: bold;So I have tried changing it to
} #site-generator a { color: #FFFFFF; hover: #FFFFFF; font-weight: bold;But doesn’t seeem to help
Forum: Themes and Templates
In reply to: How: Remove white space between page contents and menuThanks worked well
Forum: Themes and Templates
In reply to: How: Remove white space between page contents and menuNo sorry I must have explained wrong.
We need to remove the gap from below the main menu to where the first page contents are displayed.
Forum: Themes and Templates
In reply to: How to change hover colour in footer linksThanks for the help but not sure which bit of code it is as their is a few a: hover
a:focus,
a:active,
a:hover {
text-decoration: underline;
}}
.page-link a:hover {
background: #FFFFFF;
color: #FFFFFF;
font-weight: bold;Forum: Themes and Templates
In reply to: How to remove blank space from top of page and headerThanks worked perfectly.
Forum: Installing WordPress
In reply to: How to build website by IP address acces and not domainThanks didn’t see page 2.
Forum: Installing WordPress
In reply to: How to build website by IP address acces and not domainThanks for the help
I have changed the URL in the database and can login to the admin page without issues but when I view the website as an end user it still displays the domain name and not the temp domain name.
Any ideas?