Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,935
- Last Active
- Roles
- Administrator
Comments
-
You're welcome! ;)
-
Ok. so to change underline to a box hover, you need to use an extra css:#Top_bar .menu > li:hover { background: #000 !important; } #Top_bar .menu > li:hover a { color: #FFF !important; } #Top_bar:not(.is-sticky) .menu > li > a::after { d…
-
We did checked it and everything works fine just as we thought. What we found is that you overwrite styles from style.css file yourself, for example:#Top_bar .menu > li a::after { background: #cf3e28 none repeat scroll 0 0 !important; } So i…
-
Hi Michelle, what you can do is remove author tags entirely and this could be achieved with the following, extra css:#Filters .filters_buttons li.authors { display: none !important; }
-
You're welcome! :)
-
Each custom css should be put under Theme options > Custom CSS & JS > Custom CSS section.
-
http://forum.muffingroup.com/betheme/discussion/17711/this-page-didn-t-load-google-maps-correctly-google-maps-api-key
-
Hi, we guess that you probably need to switch from SIMPLE style to DEFAULT under Theme options > Global > General section.
-
Hi, this plugin works on shortcodes. We suggest to read some details about plugin and it's shortcodes on https://wordpress.org/plugins/wp-mobile-detect/faq/
-
Hi, we are sorry but we do not have such possibility included unfortunately. Thanks!
-
Hi George, we are sorry but we do not have such option included. Thanks!
-
Hi, to get the same effect as on our demo for the Zoom Box item, you need to switch to Default style under Theme options > Global > General section.
-
mfn_builder_print is located under functions/builder/front.php file.
-
Hi, please send us link to page where from you would like to remove those dates first. Thanks!
-
Hey, please send us link to page where you have this black line under so we can have a look on it and see where this line come from exactly.
-
Hi, we are sorry but it is not possible unfortunately. Thanks!
-
Hi, you need to contact with your admin because '500 Internal Server Error' is unrelated to theme. Thanks!
-
Hi, please show us what you mean on example because we are not sure what exactly you want to do. Thanks!
-
Hi, yes, theme is compatible with multisite. Where exactly you put the css which reflect on the 2nd site?
-
Hi, please use DIVIDER item between each row and the items would be aligned properly. Thanks!
-
Ok. So to remove subheader title, please use the following css:#Subheader .title { display: none !important; }
-
You're welcome! :)
-
Ok. so to remove author and the date from search results, you need to use an extra css:.search-results .post-meta { display: none !important; }
-
Ok. So to change the hover color of those buttons, please use:a.button::after, a.tp-button::after, button::after, input[type="submit"]::after, input[type="reset"]::after, input[type="button"]::after { background: rgba(2…
-
You are welcome! :)
-
Hi, menu for post items can be set under Theme options > Blog, Portfolio & Shop > Blog section.
-
You are welcome! :)
-
Hi, To remove background image from the Top Bar on mobile, please use:#Top_bar { background: transparent !important; } But about the logo, we do not have an option to set different logo on Tablet at this moment.
-
You need to keep this files named differently in the same place, ex: _style.css and if the files would be overwritten, just overwrite them with the files that have _ before the name.