sorry, can’t find support for
SKT Photo World Pro:
hence here my question: the subtitle of the company is in a “strange” font, which doesn’t fit to the rest of the page. I need to change it – also the color.
We solved the issue and gave you reaccess to the theme. Kindly log in again using your account details at: sktthemes.net/my-account/ and then you can redownload the lawzo theme.
It should work just fine now both in mobile and desktop versions where changing color will reflect on the whole theme.
How do I change the hover colors on the side widgets?
I changed my top menu color to blue on desktop but on mobile it’s still red. The top right contact info section i can’t seem to change either. Any idea? Thanks.
First of all you have to add a plugin which name has Flickr Photos. then go to >> widget >> drag simple flick photo from left side and add it to the photo stream widget which is on right side. Add your flickr id and we’re done.
Follow Us
Go to theme options >> select social setting >> add your social links here and icons will be automatically display in footer widget.
All you need to do is create another page template copying the contents of index.php How to create a page template is given here: http://codex.wordpress.org/Page_Templates
Within index.php remove the line: <?php if( (is_home() && get_option(‘page_for_posts’)) || is_front_page() ) { ?>
And also remove this line: <?php } else { ?>
And then add this code above: <?php query_posts(‘category_name=CATEGORYNAME&showposts=5’);
<?php if( have_posts() ) : ?>
Replace CATRGORYNAME with your category name
This will show blog with category.
In case its difficult for you we can create one template for you provided you send us FTP details of the folder where your site is (without ftp and with only WordPress we can’t do).
I want to know if I can either remove the titles for some sections or even change their color. I know that if I remove the titles as they are now, the section will not be visible on the homepage. How can I remove the titles without getting rid of the entire section’s visibility?