BjScott
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Singl] freeze nav bar at top, and insert links in nav barHello,
Put this code into your Custom CSS to keep your navigation bar on top:
#header-wrapper { position: fixed; }
As far as adding more items to your navigation, Im not familiar with how your theme is set up….it would seem like you could? But perhaps someone else can jump in here and let you know for sure!
Forum: Themes and Templates
In reply to: Radiant Theme Header JustificationHa! Probably you were pulling up and seeing an old cached version of your site and now is showing the real deal! It looks great!
Forum: Themes and Templates
In reply to: Radiant Theme Header JustificationHi!
Just looked at your site, and the header appears to be full width, and your title, city & phone # are centered!
Forum: Themes and Templates
In reply to: Radiant Theme Header JustificationHi!
Can you post a link to your site?
Thanks!
BrendaForum: Themes and Templates
In reply to: [Sydney] Change Employees Hover TextHello!
Can you post a link to your site so I can take a look?
Thanks,
BrendaForum: Themes and Templates
In reply to: [Singl] freeze nav bar at top, and insert links in nav barHi Tom,
Your site isnt showing from that link.
BrendaForum: Themes and Templates
In reply to: [Chronicle] Page title listed twiceHi! I don’t see that the title is showing twice…did you figure it out?
BrendaForum: Themes and Templates
In reply to: [Modern Business] category and author removalHello!
Try this in your Custom CSS:
#post-author {display:none; } section .post-meta {display:none; }
Let me know if that helps!
BrendaForum: Themes and Templates
In reply to: Zeenoble Theme Background ColorHello!
I looked at your site and don’t see any white towards the bottom…did you figure out how to change it? If not tell me where to look!
Thanks,
BrendaForum: Themes and Templates
In reply to: [Zerif Lite] How to Disable "Posted on" ?Hello!
Can you post a link to your site so I can take a look for you?
Thanks!
BrendaForum: Themes and Templates
In reply to: Change Margins or Body?Hello!
Can you post a link to your site so I cant take a look?
Thanks!
BrendaForum: Themes and Templates
In reply to: Change Link for Logo in MIEVENT TemplateHello,
If you look in your Media Library, there is a list of all your photos. Find your LOGO photo in the list….look to the right and you will see a column where it says “attach” “unattached”. You can “un-attach” it and then “attach” to a different page on your website, so that when a user clicks on it they are directed to the page you chose.
Hope that helps!
Forum: Themes and Templates
In reply to: [fART] Hide navigation to previous and next post on single postTry:
.page-links, .post-links {
display: none;}Forum: Themes and Templates
In reply to: [fART] Remove the sidebar widgets from pagesHello,
If you use this it will hide that sidebar:
aside#sidebar {display:none;}
Forum: Themes and Templates
In reply to: [fART] Update the colour of the arrows and pause/play on sliderHi,
Try this in your Custom CSS-obviously change the hex #, this code is for red!:
.camera_prev .camera_next {background-color: #ff0000; }