Forum Replies Created
list of topics you have created till now.
-
-
then wrap your links with a div
<div class="my-social"> </div>
then use this custom css;
.widget-area .my-social a:hover { border: 0; background: none; }Hi,
1-) try this custom css code;
.main-navigation { border-bottom-width: 2px; } .main-navigation > ul > li > a { border-bottom-width: 2px; margin-bottom: -1px; }2-) paste this to External JS box in Theme Options > Style tab.
<script> jQuery(document).ready(function($) { var nav = $( '#site-navigation' ); $( '.site-header hgroup' ).before(nav); }); </script>can you try resizing your image logo file, it is 4000px width now which is too large, make it max 1000px width.
ok i see, 560×94 px would be fine, double the size if you want retina support.
you can try this custom css code to remove hover effect on sidebar links;
.widget-area a:hover { border: 0; background: none; }sure, update the code as;
.single-portfolio .site-header, .page-template-page-portfolio-php .site-header { display: none; }Hi,
i just checked your site on chrome and yes i can’t see scollbar on portfolio page. But when i check our preview site i can see it, no problem.
– have you modified any source file directly, or if you have custom css/js in theme options, remove them and check again.
– disable any third party plugins in wp admin.
– download the latest version and install a fresh copy and see if the problem exists.
Hi, you can use this custom css code;
.entry-content a.more-link { text-transform: uppercase; }Hi @
– you need to edit columns sizes for portfolio page. Edit
js/main.js(in theme folder) in a text editor and find line : 351, you will see column sizes;var viewports = [ { width : 1600, columns : 6 }, { width : 1200, columns : 5 }, { width : 900, columns : 4 }, { width : 500, columns : 3 }, { width : 320, columns : 2 }, { width : 0, columns : 2 } ];increase columns per row value to decrease item’s width;
var viewports = [ { width : 1600, columns : 7 }, { width : 1200, columns : 6 }, { width : 900, columns : 4 }, { width : 500, columns : 3 }, { width : 320, columns : 2 }, { width : 0, columns : 2 } ];this just works for portfolio single pages.
Hi, remove empty p tags and try this custom css code;
.entry-content > .row-fluid > .span3 > p > .button { display: inline-block; }Hi, you mean cover image? We have used 770×1090 px in the preview site.
then try this custom css code;
@media screen and (min-width: 1200px) { .portfolio-items .hentry img, .portfolio-items .media-box:hover img { -webkit-filter: none; } }*moved the topic to bookcard wp forum,
ahmetsali
Keymaster27 February 2014 at 17:13Posted in : Remove Site Title and tagline From All Poststry this custom css code;
.site-description { display: none; } h1.site-title a { border: 0; } h1.site-title { line-height: 1; } .site-header hgroup { padding-bottom: 0; }please provide your url to see what’s wrong.
try this custom css code;
.toggle h4, .button[class^="icon-"], .button[class*=" icon-"] { font-family: "Gudea", Georgia, serif; }– try adding this custom css code;
.social li a { font-family: 'JustVectorRegular' !important; }Hi, try adding this custom css code;
.media-box:hover img { -webkit-filter: none; filter: none; }sorry i made a syntax error, just updated the code in my previous post, please try the updated custom css code.
ahmetsali
Keymaster25 February 2014 at 21:47Posted in : Remove the arrow icons in Idea Process PageHi, try adding this custom css code;
.process:before { content: ""; }Hi,
– order of the menu links and page markup should be same. So if you change the order of the menu links you need to also change the order of the page markups. Check documentation > HTML > Layout > Layout Markup to see more about page markups.
Hi, try this custom css code;
.portfolio-single + .span9 + .span4 { float: left; padding-bottom: 20px; } .portfolio-single + .span9 + .span4 + .span5 { float: right; padding-bottom: 20px; }Hi, i guess you are asking how to hide portfolio single sidebar content which is constructed with shortcodes. You are free to remove it and have full width images/videos.
Hi, try this custom css code;
.home .middle { padding-bottom: 0; } .home #comments { display: none; } .home .hentry { padding: 0; }Hi,
please provide your url to see what’s wrong.
Hi, try this custom css code;
.widget-title { border-bottom: 2px solid #ddd; margin-bottom: 18px; }Hi,
please provide your url to see what’s wrong.
try this custom css code;
@media (max-width: 767px) { .blog-posts .entry-meta { display: block; } }Hi, try this custom css code;
.single-portfolio .site-header { display: none; }Hi,
1- you can change border colors via Live Customizer, update the theme if you don’t see them. To change the thickness try this custom css code;
.main-navigation, .main-navigation > ul > li > a { border-bottom-width: 2px; margin-bottom: -1px; }2-) try this custom css code;
.main-navigation > ul > li > a:hover, .main-navigation > ul > li > a.selected { background: #345; color: #aff; }Hi, here is a starting point for you, try this custom css code;
@media screen and (min-width: 978px) { .site-header ul.social { position: absolute; top: 33%; right: 20%; } .site-header{ position: relative; } .site-header hgroup h1 { padding-right: 200px; } }Hi, i will make some tests on this issue and try to realize what causes the problem. I let you know when i come up with a solution. Thanks for the feedback.
Hi @Kaneisha
i just checked your markup and can’t see the custom css code;
.readable-content { max-width: 580px; }make sure you add this to Custom CSS box.
Hi, the update is in progress, we plan to release it in 2-3 days.
yes, in the download package, in the theme folder you should see a folder named
js. look formain.jsfile in it.Hi, this is really weird.
– are you sure you are logging in with the right account. The account that you bought the theme a year ago.
– it is not possible the licence to expire, you should be able to download the theme.
– if you have still problems contact to envato support again and start a ticket about your request. You should get an answer.
you can add many lines to Custom Css box.
Hi, i can’t view your site, just a coming soon page.
Hi, paste the code below to the “External Stylesheet / Javascript” box under Theme Settings > Style;
<script> $(function() { $('#filters li').first().remove(); setTimeout(function() { $('#filters li').first().find('a').trigger('click')}, 1000); }); </script>Also we plan to improve our support forums usability (better search results) in a near future. Thanks for the feedback.
Hi,
sorry i really didn’t understand what you are asking. You want a custom animation on the cover page?
Hi, please check the post below, it should be working for Bloggy Wp too.
http://www.pixelwars.org/forums/topic/read-wp-infinite-scroll
Hi,
just use social icon shortcodes and use this custom css code;
.social li a.facebook { /* color: #bbb !important; */ border: 0 !important; } .social li a { border: 0 !important; font-size: 44px; color: #BBB !important; } .social li a.facebook:hover { background: none; color: #3C5FAC !important; }Hi,
just use
[about_text]shortcode on the title;[about_text]Where can you find me?[/about_text]
Hi, please check out “Updating Instruction text file” in theme folder.
Hi, you have too many white spaces on your logo image, at first crop your image logo to strip out unnecessary spaces.
try this one;
.widget-title { text-align: center; }Hi, try this custom css code;
.post-date a { border: 0; }Hi,
– when i check your site markup, i see that all of your page markups are wrapped by
preelement,– in wordpress content editor switch to “Text” tab and remove that wrapper
preelement and it should be fine.Hi, i am not sure this will suit you, but give it a try;
– custom css;
@media (min-width: 1200px) { #secondary .widget { padding-left:8em; } } @media (min-width: 1400px) { #secondary .widget { padding-left:8em; } } @media (min-width: 1600px) { #secondary .widget { padding-left:6em; } }