Home › Forums › SKT Black/White Theme Support › Button Options
- This topic has 22 replies, 2 voices, and was last updated 7 years, 5 months ago by Terence Chase.
-
AuthorPosts
-
May 31, 2017 at 1:50 am #73902
Two more questions were suggested.
1. Sections > Section 1
As an example, we are using the following:
[services title=”DSS” bold=”Store” icon=”/wp-content/themes/skt-white-pro/images/icon-web-design.png” link=”https://store.defenseintelligence.net/” button_text=”Read More”]Specialty equipment to meet the needs of security and tactical operators.[/services]Now, it shows the “read more” lit up when you hover the mouse over it. When you put the mouse over the rest of the box, you get a finger highlighting the box and nothing else. A suggestion was given to me that it may be confusing and asked asked if something could be done to turn the entire box into a button.
2. The Slider Button on the Homepage Slider window.
I want to make the slider button a bit smaller. How can I do that?May 31, 2017 at 4:19 am #73913Hi,
Kindly show us your website URL so that we can assist further.
Regards,
DaveMay 31, 2017 at 7:29 pm #74023https://fingerprint.defenseintelligence.net/
May 31, 2017 at 10:22 pm #74030Should ask now, how would I push the slider button down a little bit as well? I want to space it away from the other content.
June 1, 2017 at 5:50 am #74068Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
#slider .top-bar a.contact, .contact-banner a { font-size:18px !important; margin-top:60px !important; padding:10px 20px !important;} #services-box { min-height:250px;} #services-box .read-more { position:absolute; margin:0 auto; left:50%; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); bottom:30px; transition:all 0.5s ease-in-out 0s;} #services-box:hover .read-more { bottom:40px;}
Regards,
DaveJune 1, 2017 at 6:28 am #74089Better…thanks Dave.
June 1, 2017 at 6:51 am #74110Whoops…not finished yet.
I don’t know if question 1 was answered with your script. The problem once again is that when the mouse icon hovers over the services box, only the “read more” will respond when clicked and not the rest of the box. Is there a way to make each box the same as the “read more”? The comment given to me was that there are some people who may get frustrated when seeing the icon change and waste time clicking on something that doesn’t change.
It does makes sense though. I thought the same thing when I first saw the page. If there is a way to change this, I would love to try it.
June 1, 2017 at 7:12 am #74115Hi,
I am not sure what you mean by this. Can you may be draw or point out in an image?
You can upload image in imgur.com and share the link here.
Regards,
DaveJune 1, 2017 at 7:54 am #74118The following windows on the first page of the web site:
General Duties
These are services generally found in common with other security agencies.
Read More
Special OperationsThese services require more training, certifications, and security clearances.
Read More
Advanced TrainingDefense Intelligence Service provides all training for security services.
Read More
DSS StoreSpecialty equipment to meet the needs of security and tactical operators.
June 1, 2017 at 7:59 am #74119Each one has “Read More” under it. I want to make the entire box which currently sits in:
Appearance > Theme Options > Sections > Section 1
June 1, 2017 at 8:10 am #74143http://imgur.com/a/8oIsq
June 1, 2017 at 8:12 am #74144You see in the pic, the General Duties box is lit up. Is it possible to turn the entire box into a link?
June 1, 2017 at 8:33 am #74145Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
#services-box {transition: all 0.5s ease-in-out 0s; top:15px;}
#services-box:hover { top:0;}Regards,
DaveJune 1, 2017 at 9:11 am #74147Nope, that ain’t it.
How about this….if I click on the globe or “General Duties”, it will send me to the same link as “Read More”…
June 1, 2017 at 9:14 am #74148Maybe this will help out more…. everything in each box
http://imgur.com/WgWggw7
-
AuthorPosts
- You must be logged in to reply to this topic.