Forum Replies Created
-
AuthorPosts
-
No Problem! I completely understand, as it does say WordPress Themes. But I don’t have access to all the WordPress themes.
As I said, I can’t download the hosting one, the game developer one or a few others. Why would these be excluded from my download options? I’d like to try them out!
Also, are we able to pay an extra fee to access HTML themes? I notice there is one HTML option listed among the wordpress options.
Thanks.
I was also curious if we are able to download the html versions of other themes?
Thanks!
This has not worked.
for example: http://ohmyniche.com/2016/09/23/squat-14-interesting-things-know-anyway/
is there anything else I can try?
Thanks
Worked perfectly!
Thanks, Dave
As for the sidebar plugin, that worked perfectly, thank you.
Hi Dave,
Thanks for the code, but it did not work. The site is tekkittest.com, and I currently have this custom css in place:
.page_head{display:none;}
#slidera { display:none !important;}
#sidebar .widget_wrap iframe { width:100% !important;}
@media screen and (max-width:767px){
.page #slidera, .single #slidera, .archive #slidera, .search #slidera, .error404 #slidera { display:none !important;}
}
@media screen and (max-width:767px) {
.logo img { height:auto !important;}
}
h1.postitle::first-letter, .single_post_content h1::first-letter, h2.postitle::first-letter { color:#494949 !important;}
#footer .footercols1 h3::first-letter, #footer .footercols2 h3::first-letter, #footer .footercols3 h3::first-letter, #footer .footercols4 h3::first-letter { color:#fff !important;}
#topmenu ul { margin:auto; display:table;}Is it possible the code to change the first letter in each title also prevents us changing the text-align?
Thanks
Excellent! I must have missed this in the documentation.
Thanks!
Worked perfect!
Thanks so much
Worked perfect!
Say I just want to get rid of the entire testimonials/about us (all 3 removed, not just the middle posts) what would I add to the css?
Thanks!
Also, the top bar is much larger than required, where in the css can I play around with the size that it comes down from the top?
Thanks
That worked perfectly.
Regarding the removal of the fax number, I figured it out using tips you’ve given me before. To remove the fax number all I had to do was go to Appearance – Editor, then click on the contact us template, and remove this line:
Fax: <?php echo of_get_option(‘fax’, true); ?><br />
Just like that it was fixed with no fax option.
Thanks as always for your help, Shri!
That worked perfectly!
Thanks Shri!
Hello Shri,
It seems that did nothing. Not a thing changed when I removed:
.logo > h1 > a > span, #footer .footercols1 h3::first-letter, #footer .footercols2 h3::first-letter, #footer .footercols3 h3::first-letter, #footer .footercols4 h3::first-letter, h1.postitle::first-letter, .single_post_content h1::first-letter, h2.postitle::first-letter { color:#494949 !important;}and added:
.logo > h1 > a > span, #footer .footercols1 h3::first-letter, #footer .footercols2 h3::first-letter, #footer .footercols3 h3::first-letter, #footer .footercols4 h3::first-letter, h1.postitle::first-letter, .single_post_content h1::first-letter, h2.postitle::first-letter { color:#000 !important;}The letter, as you can see if you go to the site www.tekkittest.com, is still invisible. I tried placing many other colors into the { color:#000 !important;} space but nothing worked.
I have one other question, the menu on the site is off center to the right, is there a way I can centre this on the page?
Thanks!
Hi Shri,
That worked perfect for the mobile site, thanks!
As for the letter, it actually removed it instead of making it black. How can I edit this so the letter shows up in black?
Thanks!
Hi Shri,
The website is www.tekkittest.com
-
AuthorPosts