Styled Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Circumference Lite] Footer CustomizationHI @qaammar1234,
It seems you are directly customizing parent theme template, doing this will overwrite your all changes during theme update. So please use child theme for overwriting parent theme template. In you requirement you can copy footer.php template of parent theme and copy it on child theme. Then you can do what ever on footer.php template of child theme.
You can provide width for container so image will resize accordingly:
#cir-footer-wrapper #cir-footer-menu { width:200px; }We recommend you to make use of existing Bottom sidebar , you can drag text widgets and place image tag on content area. Here you can add up to four column.
Thanks
Totally agree. And what we love about it is EDD gives 100% control over the sales process and 100% revenue – no marketplace commissions.
the best eCommerce solution out there!HI there,
You can find good tutorial about boosting site speed here:
http://www.wpbeginner.com/wordpress-performance-speed/Please go through this link and implement accordingly.
Thanks
Forum: Themes and Templates
In reply to: [Encounters Lite] Center Align Images in HeadingHi rache85,
Could you please share us your site url so we can provide you appropriate solution?
Thanks
Forum: Themes and Templates
In reply to: [Circumference Lite] Customize the FooterHi @qaammar1234,
You can drag text widgets on bottom sidebar. Then place
<img src="image link" />on to text widgets.Note: We are having four bottom sidebar. bottom 1, bottom 2, bottom 3 and bottom 4. You can place four logo on to them.
Sorry our support policy won’t provide customization service. If you find any difficulty on setting as per our demo then we could help you on this.
Thanks
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Child Theme in 2017Looks like you figured it out
I’m curious what was the culprit?regards
ImreForum: Themes and Templates
In reply to: [Pure & Simple] Changing fontsYou don’t need to use an extra plugin for custom CSS.
You can just add it to Customizer / Additional CSSTry adding all your CSS there and that should work.
Make sure the All Caps title override CSS is last.Forum: Themes and Templates
In reply to: [Pure & Simple] Changing fontschange from All Caps to regular text please add this CSS:
.site-title a { text-transform: none; }To increase font size in general on all content paragraphs, you can try this:
.entry-content p { font-size:1.5em; }let me know if that worked
regards
ImreForum: Themes and Templates
In reply to: [Circumference Lite] Menu in one line above the slider imagesHi @qaammar1234,
Please add this custom CSS to make your sub-menu items appear in a dropdown:
.navbar { overflow:visible; }regards
ImreForum: Themes and Templates
In reply to: [Pure & Simple] Changing fontsHi Paul,
Could I have you website url please?
thanks
Looks like the down-scaling is caused by Jetpack’s Photon module.
Please go to Jetpack / Settings and disable the Photon module – it should fix this issue.Forum: Themes and Templates
In reply to: [Morphology Lite] Homepage post limit?it’s good to hear you resolved it on your own
Forum: Reviews
In reply to: [Flat Responsive] Wonderful theme to work withThank you for using our theme and for your awesome review and support @featheranest
regards
ImreForum: Themes and Templates
In reply to: [Twenty Fifteen] Search widgetYou can try adding this custom CSS:
.search-form input[type="submit"], .widget .search-form input[type="submit"] { clip: initial; width: 100px; padding: 20px; line-height: 0em; position: relative!important; }Forum: Themes and Templates
In reply to: [Twenty Fifteen] menu sticks when scrolled at top of pagecould you share your site URL so I can check this issue for you?