taryarlwin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] metaslider to replace default sliderNevermind, already found fading effect css for default slider. I will mark this post as resolved.
For those who may have same question like me, you can use following css to make fading slider.
/* START OF Change Slider to Fader */
/* Make Carousel fade – adapt 2s to required delay */
.carousel-inner > .czr-item {
-webkit-transition: opacity 2s ease-in-out ;
transition: opacity 2s ease-in-out ;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
opacity: 1;
z-index: 1;
left: 0;
}
.carousel-inner > .active.left {
opacity: 0;
z-index: 2;
left: 0;
}
.carousel-inner > .active.right {
opacity: 0;
z-index: 2;
left: 0;
}/* remove previous/next arrows from home page only */
.home .carousel-control {
display: none ;
}
/* END OF Change Slider to Fader */Forum: Themes and Templates
In reply to: [Customizr] FontAwesome is no more workingGreat! Work like a charm. Thank you Denzel and Rocco.
- This reply was modified 8 years, 4 months ago by taryarlwin.
Forum: Themes and Templates
In reply to: [Customizr] FontAwesome is no more workingThank you for your help Rocco. But still couldn’t see the search icon. I have no idea where did it go wrong. Already try clear cache and browse too.
Please check the result here: https://demo.tdstech.com/
Edited Code:
/* Add a magnifying glass in front of search box*/
.my-nav-menu-search .search-form:before {
font-family: ‘FontAwesome 5 Free’;
content: ‘\f002’;
position: absolute;
font-size: 19px;
font-weight: 900;
top: 5px;
left: 5px;
}Forum: Themes and Templates
In reply to: [Customizr] Promotion Menu with different colorThanks Rocco.
Yep, something like that. But I want normal menu text with different color only instead of button. Can I have CSS for that?
Thanks and regards.
Thanks Denzel. Understood for the hashtag.
How about the id for ‘Post List’? Or is there anyway to add new id by myself in child theme for Front Page?Thank you Rocco. We can use #content or #main-wrapper for ‘Featured Page’. I would like to know the id for ‘Post List'(Squares) too.
And when we use these id as URL, the address bar show as http://demo.tdstech.com/#content
Is there any way to show custom link like http://demo.tdstech.com/products?Thanks in advance.
Anyone?
Forum: Themes and Templates
In reply to: [Preferential Lite] Call In Action Widgets ColorThanks.
Forum: Themes and Templates
In reply to: [Preferential Lite] Call In Action Widgets ColorThank you. I can change the background color and text color with following code.
#pref-cta {
background-color: #cbd5a6 !important;
color: #87828c !important;
}
But I can only change the body text color. How can I change the title text color and size?For example with your site, http://demo.styledthemes.com/preferential-lite/
How can I change the color and size of “AN AMAZING THEME CALLED PREFERENTIAL LITE”?Forum: Themes and Templates
In reply to: [Preferential Lite] Hide Page Titles not workingIt works now. Thank you.
Forum: Themes and Templates
In reply to: [Preferential Lite] Hide Page Titles not workingHi, Hide Page Titles still doesn’t work in new update.
Forum: Themes and Templates
In reply to: [Preferential Lite] Banner ImageHow about if I just want to change the banner image instead of hiding it?
Forum: Themes and Templates
In reply to: [Preferential Lite] Site Title & Tagline fontThank you.