Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Cesar R: Is there is few lines of css then you can add it in “Appearance => Theme Options => Custom CSS” box. But if you want to add more then I suggest you to create child theme and add in your child theme style.css file. For more about child theme, check out http://catchthemes.com/blog/create-child-theme-wordpress/
Sakin
Keymaster@Rinuko: Cool :). For menu, here is our guide http://catchthemes.com/blog/custom-menus-wordpress-themes/
Sakin
Keymaster@FIAN: If you have difficulty and want in text format then let me know it. I will send you email will all the details.
Sakin
Keymaster@effess: As there is no link in the menu that is why it is showing undefined. So, you can add in # in the link.
Sakin
Keymaster@FIAN: All the category archive will have it’s Category Archive and then Category Title. So, you can change reviews to other words that depends on your category title. then to change the Text Category Archive, you need to create child theme. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and then copy
content.phpfile to your child theme and change that text.Sakin
Keymaster@Brigitte: It shouldn’t be like that. Can you re-download the zip file from your account at http://catchthemes.com/my-account. It should be zip file version 3.0.1. Then upload it from “Appearance => Themes => Add New => Uploads”.
Sakin
Keymaster@warmmastering: That is why I was wondering. As it was opening from my mobile devices. What is your default browser in your mobile.
Sakin
Keymaster@warmmastering: It’s opening on my side. Can you check our demo site from your Android device http://catchthemes.com/demo/gridalicious/
Sakin
Keymaster@ravendesign: Just add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box to hide the slider text:
#feature-slider .entry-container { display: none; }Sakin
Keymaster@warmmastering: Can you post in your site URL so that I can check in.
Sakin
Keymaster@Spoon: To remove that line, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#colophon { border-top: none; }Sakin
Keymaster@FIAN: To hide author, category and tags, you can add the following css in “Appearance => Theme Options => Custom CSS Options” box:
.entry-meta .by-author, footer.entry-meta { display: none; }To change text from Posted on to Punlisert, you need to create nb_NO.mo and nb_NO.po files from
catcheverest.potinsidecatch-everest-pro/languagesfolder. You can use free software like http://poedit.net/ to create language file. After that you can send me those file and then I will add it in theme itself so that it will remain in your theme even after updates.Sakin
Keymaster@Nonno: thanks for your appreciation 🙂
Sakin
Keymaster@Brian: You can change the color code in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
/* Slider Dot Color */ #feature-slider .cycle-pager span { color: #f2f2f2; } /* Slider Dot Active Color */ #feature-slider .cycle-pager span.cycle-pager-active { color: #1b8be0; }Sakin
Keymaster@Brian:
1. You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box to center the site title and tagline.#site-branding { display: block; text-align: center; width: 100%; } #site-header { width: 100%; }2. There is no option to break the tagline in two separate lines. There is only one option to break the content with the fixed width. You can try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box
.site-description { display: block; margin: 0 auto; width: 220px; }Sakin
Keymaster@offirkeren: Sorry for the late reply. As your question when on Spam. So, I finally found it when I check in Spam topics. Sorry for that.
I can see your Custom CSS working. But I can see there are css which is not correctly formatted. So, it might be causing issue for that.
For example: please find the following css in your custom css, where you have extra
"h1, h2, h3, h4, h5 {font-family: 'Source Sans Pro',sans-serif; font-weight:normal; margin-bottom: 0px; "}This css should be just as:
h1, h2, h3, h4, h5 {font-family: 'Source Sans Pro',sans-serif; font-weight:normal; margin-bottom: 0; }Also check this another css, where you have
aligncenter. There is no css called aligncenter. If you want align center it should be astext-align: center;
#GameLogo img {margin-right: 5px; margin-left: 5px; aligncenter}
So, you need to replace it with the following:
#GameLogo img {margin-right: 5px; margin-left: 5px; text-align: center; }Sakin
Keymaster@Robertol: Sorry for the late reply, as your question went on spam. So, when I look at spam today, I found your question. So sorry for that.
We have fixed this issue in version 2.2.1. So, please update to version 2.2.1 and your page slider will be there.
Sakin
Keymaster@Spoon: Sorry for the late reply, as your question went on spam. You can add the following css in “Appearance => Theme Options => Custom CSS”
#colophon { border-color: #1c948b; }Sakin
Keymaster@Ahmad Zaki: Thanks for your appreciation. If you like Full Frame theme and support, then please support Full Frame theme by providing your valuable review at https://wordpress.org/support/view/theme-reviews/full-frame?rate=5#postform
-
AuthorPosts
