Forum replies created
Viewing 10 replies - 2,841 through 2,850 (of 3,147 total)
In reply to
Caption color
insert this style in the Custom CSS field of the theme options:
Code:
.wp-caption-text { color: #333; }
In reply to
Excerpt Length in blog
glad to hear you fixed it 🙂
try trick with a line-height:
Code:
#nav ul > li > a, #navigation > li.current-menu-ancestor > a, #navigation > li > a, #navigation li.current-menu-ancestor a {
height: 60px;
line-height: 70px;
}
height: 60px;
line-height: 70px;
}
line-height value should be higher than the height value
I have not tested it so I cannot confirm that…
In reply to
where to edit copywrite
there are also editors which let you connect through the FTP and you can edit and save the file directly on the server, ex. http://www.pspad.com/ 😉
might I see the website?
In reply to
Small Navigation Issue
try insert in the Custom CSS field:
Code:
.sf-arrows .sf-with-ul:after {content:””;}
In reply to
where to edit copywrite
do you use the evolve theme?
In reply to
JQuery Error, Permission Denied/Invalid Argument
probably is similar problem as here http://stackoverflow.com/questions/5087549/access-denied-to-jquery-script-on-ie . will look on that. thanks for the report
no problem 🙂
Viewing 10 replies - 2,841 through 2,850 (of 3,147 total)