When i hover over a sub menu, the background of the sub menu seems to be dark grey and makes the page titles within the sub menu hard to read. How do i change that color of the sub menu drop down box background? my web url is http://jerseyitguy.co.uk/AS/08VanNesteJ/website2/wordpress
To create a sub-item on the second line of the menu appears with a black shadow.
You can change the color of the shadow of the submenu.
Sorry for bad translation
Thank you 😉
Sonal S Sinha Keymaster
Topics: 10 Replies: 6995 Total: 7005
Member since: June 12, 2013
Hi,
Use this in Appearance>Theme Options>Basic Settings>Custom CSS:
.wpcf7 form{color:#000000;}
Regards,
Shri
Sonal S Sinha Keymaster
Topics: 10 Replies: 6995 Total: 7005
Member since: June 12, 2013
Hi,
Kindly use this instead: .nivo-caption h1 a, .nivo-caption p { background-color:rgba(76, 76, 76, 0.5);}
Should be good.
Regards,
Shri
Sonal S Sinha Keymaster
Topics: 10 Replies: 6995 Total: 7005
Member since: June 12, 2013
I see you have already removed phone number and icon.
Read more is in index.php (appearance>editor>index.php)
Code is: <span class=”read”><?php _e(‘Read More’,’skt_itconsultant’); ?></span>
Change read more within single quotes to desired.
Go to your domain.com/wp-admin/themes.php?page=skt_itconsultant-options
And click on Footer.
There you have Footer background color.
Regards,
Shri
Is there a way to remove the phone icon and number form the header? If so, where is this controlled?
Also, where can you control the color of the “Read More” links in the four sections and the footer menu color?
Sonal S Sinha Keymaster
Topics: 10 Replies: 6995 Total: 7005
Member since: June 12, 2013
Add this in Appearance>Customize>Custom CSS box at the bottom:
.nivo-caption{opacity:0.7;}
Regards,
Shri
I have several questions all related to the title and description of the slider boxes.
#1 – Is there a way to make the boxes transparent? I either want no color, or a lighter color where I can see through to the picture behind it.
#2 – Can I put any kind of line breaks in the description so that I have 2 paragraphs?
#3 – Is there a way to move the description over to the right slightly, say 100px?
Thank you!
Sonal S Sinha Keymaster
Topics: 10 Replies: 6995 Total: 7005
Member since: June 12, 2013
Hi Sergey,
Paste this in custom css: #content h1.entry-title:first-letter{color:#000000 !important;}
Custom CSS is present in Appearance>Customize>Scroll down and at the last.
Regards,
Shri
David Grilli Member
Topics: 1 Replies: 1 Total: 2
Member since: August 27, 2015
Never mind, found it!
Look in main.css and adjust the following line:
@media screen and (min-width:999px){
.header{background-color:transparent !important; }
}
change 999px to something smaller. I used 450px.
Hi Shri,
I use Gravida theme. I was able change first letter of site title color from green to white – thank you for this option. But this changed color of first letter title on the product page and some other pages. So the first letter is invisible on white background now.
Here is a links to pages in temporal location:
http://66.147.244.112/~paragov5/about-us/about-jack/
http://66.147.244.112/~paragov5/our-services/
and here is a link to the infividual product page:
http://66.147.244.112/~paragov5/product/apollo-pool-table/
How can I control color of the first letter of page title?
Regards,
Sergey
Sonal S Sinha Keymaster
Topics: 10 Replies: 6995 Total: 7005
Member since: June 12, 2013
Hi,
for sub menu background color css
.header .header-inner .nav ul li:hover > ul { background:#000;}
for sub menu text color css
.header .header-inner .nav ul li a, .header .header-inner .nav ul li ul li a { color:#fff;}
and sub menu hover color css
.header .header-inner .nav ul li a:hover { color:#ff8a00;}
Paste these CSS in Appearance>Theme Options>Basic Settings>Custom CSS.
Regards,
Shri
Connor Scott Member
Topics: 1 Replies: 1 Total: 2
Member since: August 25, 2015
scottlawgroup-pc.com is the website, thanks!
Sonal S Sinha Keymaster
Topics: 10 Replies: 6995 Total: 7005
Member since: June 12, 2013
Kindly show us the website and we can guide you accordingly.
Regards,
Shri