Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Yuna: Child theme style.css and custom css are different. Custom CSS are given more priority then responsive.css and child theme style.css. Where as child theme style.css is less priority then responsive.css. So, CSS that work in Custom CSS might not work in child theme style.css
So, it depends what css are you changing. If you are changing responsive css then you need to be careful about it.
You can always ask me the css that you wanted to add in your child theme style.css which is not working.
July 21, 2015 at 11:07 am in reply to: responsive home page not showing correct on mobiles and ipads #61263Sakin
Keymaster@fcexclusive: Hum it’s strange. Can you go to W3 Total Cache settings and clear your cache and also check in your have any other cache.
Sakin
Keymaster@alexch: You can change the color code in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.site .widget_catchresponsive_social_icons a.genericon { background-color: #d7d7d7; border-color: #b6b6b6; }Sakin
Keymaster@Kim: Oh for menu font size, then you need to change and add the following css instead.
#header-menu ul.menu a, #footer-menu ul.menu a { font-size: 14px; line-height: 3.5em; }Sakin
Keymaster@Amanda: You can add the widget to your Sidebar from “Appearance => Widgets”. If you know HTML Codes then you can use “Adspace Widget”. Next, you can find about widget plugin like https://wordpress.org/plugins/aboutme-widget/. OR search for plugin in WordPress at http://wordpress.org/plugins/
Sakin
Keymaster@skendall:
1. For space between text, you can adjust the margin bottom in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
p { margin-bottom: 30px; }2. For the content width 100%, you can add the following css in Custom CSS box:
.container { width: 100%; }Sakin
Keymaster@oleymedia: Yes, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#header-image img, #main-slider img { width: 100%; }Sakin
Keymaster@ginabrasseur: Don’t worry. Just change the color of the items that you need need and leave the rest unchanged.
If anything is not working then post in your site URL and let me know the color code and items that you need to change.
Sakin
Keymaster@RevCT: Sorry there is no option to change that to paragraph. So, what you can do is change the “Archive Content Layout” to “Show Full Content (No Featured Image)” from “Appearance => Customize => Theme Options => Layout Options”. Then your site will show, Full Content. Then you can add in Image and content as per your need. You can split content using more tag
<!--more-->. Just add more tag where you want to break content. For more about more tag, refer to http://devotepress.com/wordpress-writing-editing/how-to-split-content-using-the-more-tag-option/Sakin
Keymaster@ommmmaggie: Did you check in theme instructions page for social icons http://catchthemes.com/theme-instructions/chicago/#add-social-link . Please follow that and if you still cannot solve it then post in your site URL so that I can check in.
Sakin
Keymaster@Intergame: Thanks for your appreciation and if you like my support and Adventurous theme then please support it by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/adventurous?rate=5#postform
Sakin
Keymaster@Mikhail: For site tile, you need to copy function
catchresponsive_site_branding()fromcatchresponsive-custom-header.phpfile to your child themefunctions.phpfile and edit it.Then for menu, it depends on which menu are you using. Then you can copy that function to your child theme
functions.phpfile. All menus are in filecatchresponsive-menus.phpSakin
Keymaster@Amanda: Please post in your site URL and then I can check in. Your widget should display fine. It should show all.
Sakin
Keymaster@skendall: I adventurous pro theme, if you want Full Width content without sidebar then go to “Appearance => Theme Options => Layout Options => Sidebar Layout Options” and then select “No Sidebar, Full Width”.
Then to hide the page titles, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
.page .entry-header { display: none; }Note: when you post in support question. Please post in your site URL so that I can check your site and understand your requirement.
Sakin
Keymaster@Kim: which actual text are you taking about, if it’s general default text size then you can adjust it by adding in the following css in Custom CSS box:
body, input, textarea { font-size: 15px; line-height: 1.62em; }Sakin
Keymaster@Albert: Do you mean photo in Gravatar is link with your email address. So, you first need to add in your email address in https://en.gravatar.com/ and then it will display it.
Sakin
Keymaster@SeekingEscape: Sorry I don’t get it what you want. It’s better if you have any decided width for your site. If it’s in percentage then you can just write simple css as:
@media screen and (min-width: 981px) { #primary { width: 75%; } #secondary { width: 23%; } }But if you have fixed width in px, then you need to add long responsive css as per the device width.
Sakin
Keymaster@heather: Sorry this is beyond by support and I guess you need to hire cutomizer to work on it.
-
AuthorPosts
