Forum Replies Created
-
AuthorPosts
-
Hey costin!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.title_container { display: none; }Best regards,
YigitHey Jonathan!
I have answered your questions in your other topic https://kriesi.at/support/topic/image-alignment-and-link-questions/#post-223422
Please do not create duplicated topics :)Regards,
YigitHey Jonathan!
Thanks :)
1 & 4 – Seems like you have figured it out http://i.imgur.com/aaWQ387.jpg
If not, please post a screenshot and show the changes you would like to make
2- None of these three images have overlay on my end. Please try flushing browser cache and refresh your page a few times.
3-#info .column-top-margin { margin-top: 35px; }Best regards,
YigitHey!
If it is detailed, please start a new topic, if not, you can just ask it here
Cheers!
YigitHi!
Can you post a screenshot and show the changes you would like to make? I am not sure if i understood you clearly
Best regards,
YigitHey simisola80!
You can right click on Chrome or Firefox and click Inspect elements to find page ID http://i.imgur.com/cATcn7p.jpg
Then you can modify your custom CSS to match your page ID as following.page-id-734 .main_color h1, .page-id-734 .main_color h2, .page-id-734 .main_color h3, .page-id-734 .main_color h4, .page-id-734 .main_color h5, .page-id-734 .main_color h6, .page-id-734 .main_color strong, .page-id-734 .main_color strong a, .page-id-734 .main_color .sidebar .current_page_item a, .page-id-734 .main_color .pagination .current, .page-id-734 .main_color .comment-count, .page-id-734 .main_color .callout .content-area, .page-id-734 .main_color .avia-big-box .avia-innerbox, .page-id-734 .main_color .avia-big-box .avia-innerbox a { color: #7a9cd4; }Regards,
YigitHey!
Text is white on my end http://i.imgur.com/Nk6rtPJ.jpg
You can keep the code in Quick CSS section and update your theme and custom CSS code will not be lost.Regards,
YigitHey vasilybodnarchuk!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.sabai ul li { margin-bottom: 0; }Regards,
YigitHey!
You can try it on a Color Section element just like in demo site here http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/#portfolio
Best regards,
YigitHey!
Glad you figured it out! Let us know if you have any other questions or issues
Cheers!
YigitHey melonmelon!
Please see http://kriesi.at/documentation/enfold/change-the-default-font-size/
Cheers!
YigitHey!
Yes, version 2.5.2 was released. Please wait up to 12 hours to recieve the notification on your WordPress dashboard
( http://kriesi.at/documentation/enfold/updating-your-theme-files/ )Regards,
YigitFebruary 13, 2014 at 1:18 pm in reply to: While hovering over images, text and images move under each other. #223373Hey!
I have answered your question here https://kriesi.at/support/topic/text-moves-down-when-hovering-over-an-image/#post-222463
Regards,
YigitHi asafku!
Please try following code in Quick CSS section
.title_container { direction: ltr!important; }and post the link to your website if that does not work. I have checked the website you have posted in your previous topic but it is currently using Twentyfourteen theme.
Cheers!
YigitHi blurfun!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
body p { color: black; }Best regards,
YigitHi!
Please check your website now. There was a mising closing curly bracket in your custom CSS code.
Cheers!
YigitHi Ignazio!
I checked your products page and arrows are there http://i.imgur.com/cjH48YA.jpg. I tried to check your other pages but they return 404 error.
You can hire a freelance developer here or https://codeable.io/
You can also request quote here.Best regards,
YigitHey!
Please see second link i have posted above https://kriesi.at/support/topic/how-do-i-remove-the-menu-and-lines-completely/#post-223079 :)
Best regards,
YigitHey!
Please add following code to Quick CSS instead
1-.main_color .avia-slider-testimonials .avia-testimonial-content { background: transparent; }2-
.main_color strong.avia-testimonial-name, .main_color .avia-testimonial-subtitle { color: white; }3- Please edit testimonial and remove "http://" from "Website Link Link to the Persons website" section
Cheers!
YigitHey!
Do you mind creating a temporary admin login and posting it here privately so we can take a look?
Cheers!
YigitHi!
Please try flushing browser cache and refresh your page a few times. Menu is not visible on my end http://i.imgur.com/hjcLaxc.jpg
If you would like to remove subheader, please see https://kriesi.at/support/topic/remove-alternate-content-area/#post-218971Regards,
YigitHi pthurst!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_menu { display: none; }Best regards,
YigitHi!
Yes, i was referring that too. Please make sure to change icon color. And if you were asking how it is done, please see example here http://jsfiddle.net/cnewby/fM6cw/4/
Best regards,
YigitHi!
It seems like you are using version 1.3.1 which is very old. Please update the theme to the latest version 2.5.1 via FTP and make sure you are using WordPress version 3.8.1 as well
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750Cheers!
YigitHey!
I will not close it and it will be on hold until you post. So feel free to post after you try it :)
Regards,
YigitHi Eleina_Shinn!
Which type of header are you using? You can post the link to your website or you can check it in Enfold theme options under Header tab.
In WordPress dashboard please go to Appearance > Editor and open Header.php file and findif(strpos($headerS,'social_header') !== false && strpos($headerS,'bottom_nav_header') !== false) avia_social_media_icons($social_args);and add your text right below it as following
echo "<div class='your-text'>your text goes here</div>";Then you can style your text using .your-text class in Quick CSS, for example
.your-text { float: right; }Best regards,
YigitHey Pector!
Please add search form as HTML in Div / Video tab http://i.imgur.com/weLyiaZ.jpg as following
<form action="http://localhost/Enfold/" id="searchform" method="get" class=""> <div> <input type="submit" value="" id="searchsubmit" class="button avia-font-entypo-fontello"> <input type="text" id="s" name="s" value="" placeholder="Search"> </div> </form>Best regards,
Yigit -
AuthorPosts
