Infigo Software
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Spasalon] Banner Text Won't ChangeHello,
In banner text for pages and posts , You can insert the text from the admin panel of that particular post or page. You will get Meta Box there.
Forum: Themes and Templates
In reply to: [Spasalon] Color, Size and FontClose this Ticket.
Forum: Themes and Templates
In reply to: [Spasalon] Color, Size and FontThe Pink Line is left-border..
.pink-container p { border-left: 1px solid #241417; //Add Your Color code. }
And in the sidebar
.widgettitle, #widget-title { border-left: 4px solid #F22853; //Add your Color Code.. }
Forum: Themes and Templates
In reply to: [Spasalon] Color, Size and FontColor Sidebar Menu ->
#sidebar ul li a {color: #VALUE;}
Admin-Comments-Date ->
.spa-blog-icon li a {font-size: VALUE; color:#VALUE;}
Forum: Themes and Templates
In reply to: [Spasalon] Color, Size and FontHello,
Use this below given CSS rules in Custom CSS editor > Option Panel.
This is for PAGE AND POST BODY CONTENT .
.blog-detail-content p {
font-size: VALUE;
color: #VALUE;
line-height: VALUE;
margin-top: VALUE;
}THIS IS FOR SSIDEBAR
#sidebar ul li a {
color: #VALUE;
font-size: VALUE;
}Save the Changes.
It might be due to diff resolution on diff working screens.
The above link works well at my all browsers.
Forum: Themes and Templates
In reply to: [Spasalon] remove color post and other#sidebar{display:none;}
The Contact No- in the banner-strip is (404) 555-5555.
And refer this link for the image.I can see there is One Feature Image showing in all cases.
Yes,on the small screens like mob. the three thumbnails are hidden.
Forum: Themes and Templates
In reply to: [Spasalon] Set Timer on Flex Slider on homepageHi,
Right now theme has not support for slider.
JS are place in the /JS/flex folder.
Stylesheet are placed in /CSS folder.
Refer any Flex-Slider Tut ,for implementing slider in to this.
Thanks
Forum: Themes and Templates
In reply to: [Spasalon] remove color post and other1) use
.spa-blog-ico { display:none;}
this will hide Date-Admiin-Comments
And archives, categories are from the widgets you can change them and set some other widget.2) #comment { color:brown;} , to make comment brown
3) Home displays the main menu, I would replace it home.
din’t get you ? Specify this is deep..Forum: Themes and Templates
In reply to: [Busiprof] TestimonialsHello,
First Create a Child Theme As you want Customization in the Main Theme.In you Child Theme COPY file index-testimonial.php
Now open this file and GO to Line No. 15 & Line no 23, There you must put your Link address using HTTP://
Forum: Themes and Templates
In reply to: [Spasalon] remove services and products home pageHi,
User below given CSS in Options Panel > Custom CSS Editor.
#product_slide , .jumbotron , .row , .spacer {display:none;}
Forum: Themes and Templates
In reply to: [Spasalon] change the title on the 2nd pageHello,
Use This CSS in OPTIONS PANEL > CUSTOM CSS EDITOR.pink-container, .slidesDescription{ background-color: #Color-Code; }
Forum: Themes and Templates
In reply to: [Spasalon] Disable Mobile ViewHello,
Use .slider-thumb-container { position: static; }
Forum: Themes and Templates
In reply to: [Spasalon] Change color page descriptionHello,
Found the background- color #F22853 ; on all Pages.
Close this Ticket Please.