Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,935
- Last Active
- Roles
- Administrator
Comments
-
This is Icon Bar item.
-
All you need to do is add above css under Theme options > Custom CSS & JS > Custom CSS section. That's it.
-
Yes, this is how Wordpress works exactly. We are sorry but we do not have any other solution for your needs unfortunately. Thanks for understanding!
-
Ok, finally after plugins deactivation we found. If you open http://165.31e.myftpupload.com/wp-content/themes/betheme/style.css?ver=11.4 you will see very interesting thing you did yourself. Just take a look into file and you will understand what yo…
-
To make it less bold, try values like 500, 700 or other. We don't know what types of boldness works with your font so you need to test it yourself.
-
WooCommerce translation has nothing to theme. We recommend to have a look at https://docs.woothemes.com/document/woocommerce-localization/ where everything has been explained.
-
If it's still to big, you need to play with @media rules. If you don't know what media is, please visit http://www.w3schools.com/cssref/css3_pr_mediaquery.asp to learn how it works. You can also check our responsive.css file where different rules ba…
-
This requires files customization and we do not have such option.
-
We use the same version and we have no idea what might be the wrong on your end. We checked it on 7 different computers with same good result.
-
Hi, any link to page where you got this issue?
-
Hi, this requires files customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should contact with your web developer. Thanks for understanding!
-
You're welcome! ;)
-
Hey, to change this color, you need to use an extra css:#Top_bar #menu ul li.submenu .menu-toggle { color: #000 !important; }
-
You're welcome! ;)
-
To remove date, you need to use an extra css:.timeline .date_label { display: none !important; }
-
You are welcome! :)
-
Hi, to change list color, please use the following css:.column_column ul, .column_column ol, .the_content_wrapper ul, .the_content_wrapper ol { color: inherit !important; }
-
Hi, this is breadcrumb that you can disable under Header & Subheader > Subheader section.
-
You are welcome! :)
-
#Content { margin-top: 30px !important; }
-
You're welcome ;)
-
To change it's background color, use extra css:.calltoaction_box { rgba: (0,0,0,0.5) !important; }
-
You are welcome! :)
-
Great!
-
Hi, oops, we are sorry but we did the mistake. We forgot about image atribute for that shortcode somehow. It works of course but we forgot to include it into shortcodes section what would be done with next theme update. So please use the following …
-
No, it is not possible unfortunately.
-
To change font size of menu items, you need to use:#Top_bar .menu > li > a { font-size: 15px !important; } But to change CTA color, please use:#Top_bar a.button.action_button { background: #000 !important; color: #FFF !important; }
-
Hi, contact details and social icons can be added into Action Bar only what you can do under Menu & Action Bar > Action Bar section.
-
Ok, thanks. So to center this title, you need to use an extra css:.post-header .title_wrapper h1 { text-align: center !important; }