Greetings, im trying to use the basic idea behind sport to make a site. But i keep on updating the menu color (Menu | Link color) but its not doing anything? any suggestions?
Okay got that fixed, but now have an issue with the header. I copied the custom CSS and uploaded a custom image for header. But for some reason it doesnt sync to top? is there anything else i missed?
hello, i see you guys got the message. For same site,
the buttons i have are full color and not just stroke until hovber which turns inner bg into a color. am i missing something?
Can something be done with page titles for blogs? I like sport but long blog names dont work. Any way to have it like;
if post then page title (in sub-header)=category.name?
if post then breadcrums tree minus post name for example breadcrums will be home/..../category/long name of post here --> will display as home/..../category/
For long breadcrumbs in "title on the left" option, the wording is broken into the next line underneath the line. and when i say long, i dont mean enough to fill the width but just like 1/4 of it.
We asked for the link to your site but we still did not get it. Only after that, we would be able to answer on your question. We need link to page which concerns above question.
If you are providing links or other access privately, then please send all questions privately as well. Sorry but we can not control all these sections as one because it's confusing. So if you have any questions and can not provide link or details here, please use contact form to provide private messages.
In addition, it is not possible to create multiple blog types.
Header/transparent menu in mobile view. image reference 1
You icons have a stripe pattern background, which can this be changed? image reference 2
Buttons are filled in, as apposed to transparent BG and a stroke on your sports theme. where/how can i change the background to transparent and only have a stroke color? image reference 3
Before and after arrows have the same issue as above (3) image reference 4
Testimonials have a red bar for where the icons are, where is the setting to remove it? image reference 5
1) Transparent background is not available for mobile devices unfortunately. 2) Please send us link to page where this item is. 3) To change buttons style, you need to go to Theme options > Global > General section. 4) The same as above. 5) Please send us link to page where you got these testimonials.
6. how can i add Log-In l Register to top menu bar where the shopping cart is? and if logged in to have User name and drop down like admins have but for regular members?
1. This is how header works on mobile exactly. You can not display background image in this section, because it's not big enough and the image won't appear. If you want to change top bar background on mobile, you can do this with extra css only:
@media only screen and (max-width: 767px) { #Top_bar { background: #000 !important; } }
6. For that you can use Action Button which can be set under Theme options > Header & Subheader > Extras section. Please notice this is standard button and does not have any special functionality so if you need it, you need to modify theme files.
Comments
Please check tah you selected Custom Skin in Theme Options > Colors.
Color options works only with Custom Skin.
In some of old demos we were also using Custom CSS maybe there is some code with menu color in Theme Options > Custom CSS
Thanks!
2) This is unfortunately not possible.
3) In the following topic http://forum.muffingroup.com/betheme/discussion/370/problem-with-too-long-breadcrumbs you will find a solution for too long breadcrumbs.
In addition, it is not possible to create multiple blog types.
2) Please send us link to page where this item is.
3) To change buttons style, you need to go to Theme options > Global > General section.
4) The same as above.
5) Please send us link to page where you got these testimonials.
5. You can remove this background with: 6. For that you can use Action Button which can be set under Theme options > Header & Subheader > Extras section. Please notice this is standard button and does not have any special functionality so if you need it, you need to modify theme files.