Forum Replies Created
-
AuthorPosts
-
Hey totofunk!
Please add following code to Quick CSS in Enfold theme options under Styling tab
body { font-size: 16px!important; } blockquote { font-size: 12px!important; }
Best regards,
YigitOctober 8, 2013 at 12:21 pm in reply to: Top Navigation Bar side-to-side movement during navigation #172172October 8, 2013 at 12:20 pm in reply to: Top Navigation Bar side-to-side movement during navigation #172170October 8, 2013 at 12:20 pm in reply to: Top Navigation Bar side-to-side movement during navigation #172168October 8, 2013 at 12:20 pm in reply to: Top Navigation Bar side-to-side movement during navigation #172166October 8, 2013 at 12:20 pm in reply to: Top Navigation Bar side-to-side movement during navigation #172164Hey!
Following should do it
#footer strong { color: red!important; }
Best regards,
YigitHello!
Please add following code to Quick CSS as well
#top .variations td.label { width: auto; }
Best regards,
YigitHey coms77!
1) Currently no, but you can request that feature here https://kriesi.at/support/topic/enfold-feature-requests/
2) Yes as you can see on Demo page as well http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-gallery-3/
There is post navigation for blog posts as well http://kriesi.at/themes/enfold/2012/01/14/this-is-a-nice-post/3) It does in my installation. Can you post the link to your website?
4) Please add following code to Quick CSS in Enfold theme options under Styling tab
.grid-entry .inner-entry { box-shadow: none!important; border: 1px solid #e1e1e1; }
5) Please add and adjust this one as well
.grid-content, .avia-arrow, h3.grid-entry-title { background-color: orange!important; color: white!important; }
6) It is possible to change all of them on hover if you wish. Or it will look like this http://i.imgur.com/6KqhzOL.jpg
7) Please see this post if you have not seen it already https://kriesi.at/support/topic/available-from-kriesi-at-home-page/#post-171213 :)
Best regards,
YigitHello!
Can you create a temporary admin login and post it here privately?
Regards,
YigitOctober 8, 2013 at 1:10 am in reply to: Installed wp and enfold theme and will not move from wp-admin. #172004Hi!
You previously said that you are going to install WordPress and Enfold once again, have you tried it? If not, please try re-installing via FTP
For a quick guide on installing your theme take a look at this video on installing the Enfold theme via FTP:Regards,
YigitHi!
You are welcome, mmi, glad we could help :)
I do not think that it is possible to copy from Word with strong tag. If you are using some rich text editor, you can try to paste it there first, then search and replace all b tags with strong tags. That would be the easiest way to do it i guessCheers!
YigitHi!
Please add following code to Quick CSS
.single-post b, .blog b { color: black!important; } #footer .single-post strong { color: red!important; }
Regards,
YigitSalut!
<b> tags should be < strong> tags. Can you post the link to your post page?
Regards,
Yigit-
This reply was modified 11 years, 9 months ago by
Yigit.
Hey sletts02!
Please refer to this topic https://kriesi.at/support/topic/new-custom-font/#post-121900
Best regards,
YigitHey Tom!
Please refer to Ismael’s post here https://kriesi.at/support/topic/change-text-of-main-title/#post-167849
It answers both of your questions :)Best regards,
YigitHello!
Please add !important as following and after that flush your browser cache and refresh your page a few times.
.home .content { padding-top: 30px!important; }
This will decrease top padding on home page
Cheers!
YigitHello!
Please edit that content and on Text tab http://i.imgur.com/R2CFImU.jpg check if the content you copied has span color such as
<span style="color: #ff6600;">Click</span> here
Cheers!
YigitHey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.home .content { padding-top: 30px; }
Best regards,
YigitHello ndoriss!
LayerSlider works only fullwidth in Enfold. You can try Easy Slider instead if you would like to fit a slider inside 2/3 column
Best regards,
YigitHi MSchamel!
In your WordPress installation you should open wp-config.php file and find
define('WPLANG', '');
and change it to
define('WPLANG', 'de_DE');
Cheers!
YigitHey!
You are welcome, glad we could help :)
Well i cannot promise that it would be cross browser, it is just an easy way to do it. Your way needs more customization.
You can revert it with following code.team-img-container img { filter: grayscale(0%); -webkit-filter: grayscale(0%); filter: none; } .team-img-container img:hover { filter: grayscale(100%); -webkit-filter: grayscale(100%); filter: gray; -webkit-transition: all 0.8s ease; }
Best regards,
YigitHi!
Can you create a temporary admin login and post it here? Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Best regards,
YigitHey cdiver!
I seen that happen on some other users, but it was plugin related issue. You can try deactivating all active plugins and check if it is still the same. And you can post the link to your website so we can take look if we can solved it with some custom css
Cheers!
YigitHey!
You are welcome! It is the id of that certain slider. So it would be different on each slider. You can inspect elements and find out the id :)
Best regards,
YigitHi zaheer_m!
1) Please refer to this post https://kriesi.at/support/topic/collapsable-menu/#post-165144
2) Please add following code to Quick CSS in Enfold theme options under Styling tab
a.ls-nav-prev, a.ls-nav-next { display: block!important; }
Regards,
Yigit -
This reply was modified 11 years, 9 months ago by
-
AuthorPosts