Forum replies created
You’re welcome! 🙂
Hi Denver,
You can achieve that by using the following code under your custom CSS:
#wrapper #nav ul li ul li a:hover {
color: rgb(127, 2, 127);
}
Thanks.
Hi Denver,
Thanks for writing in, if you wish to get the menu start from right under the word “Lateral”, so you can try adding the following code under Appearance > Theme Options > custom CSS:
.header-v5 #nav > ul {
margin-left: 228px;
}
#nav ul > li > a {
padding: 0 15px !important;
}
Hope this helps!
Thanks.
You’re welcome! 🙂
You’re welcome! 🙂
You’re welcome! 🙂
Hi there,
Thanks for writing in, if you wish to disabled the read more button from the post slides, so please add the following code under Appearance > Theme Options > custom CSS:
a.post-more {
display: none;
}
Thanks.
You’re welcome! 🙂
Hi Pako,
Thanks for writing in, if you wish to disabled the page title form the contact form as well, so you can try adding the following code under Appearance > Theme Options > custom CSS:
.page-template-contact .entry-title {
display: none;
}
Thanks.
Hi Pako,
Thanks for writing in,
Firstly, about the descriptions, it seems that they can’t show inside of light box. However, to suppress the cut of around the facebook bubble, you can add the following code under Appearance > Theme Options > custom CSS:
.pluginCountButton {
padding: 0 !important;
}
In regard to, changing the color under the images young can use following code into your custom CSS:
div.pp_default .pp_content, div.light_rounded .pp_content {
background-color: #000;
}
Thanks.