- This topic has 13 replies, 2 voices, and was last updated 7 years, 10 months ago by
Sakin.
-
AuthorPosts
-
April 17, 2015 at 4:04 am #55962
yinglin1202
MemberHi,
I am using the Simple Catch Responsive and I am trying to change two things
First, I want to put the options on menu evenly spread on the menu bar, instead of clustering on the left.
Second, I want to get rid of the dots at the bottom of the slider.How can I change these in CSS?
Thank you!
April 17, 2015 at 10:38 pm #56024Sakin
Keymaster@yinglin1202: I am bit confused with theme are you using it. Are you using Simple Catch theme or Catch Responsive Theme. Please post in your site URL.
April 17, 2015 at 10:45 pm #56027yinglin1202
MemberIt is the free version, so I guess it is Simple Catch.
here is the link http://www.billlowrylab.com/
Thanks!April 17, 2015 at 11:14 pm #56034Sakin
Keymaster@yinglin1202: But your site is Password protected.
April 18, 2015 at 1:25 am #56051yinglin1202
Membersorry I changed it. it should work now
April 18, 2015 at 4:40 pm #56085Sakin
Keymaster@yinglin1202:
1. You can make that menu center, I hope this works fine for you. Evenly spread is not possible in dynamic menu. So, try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:.nav-primary.search-enabled .menu { text-align: center; width: 94%; } .nav-primary .catchresponsive-nav-menu li, { display: inline-block; float: none; }
2. To hide the slider dot, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#feature-slider .cycle-pager { display: none; }
April 20, 2015 at 9:32 am #56193yinglin1202
MemberThanks Sakin! it works well. Another question is that how can I delete the gap above the menu? I have tried to change the margin but it wont work. Thanks
April 20, 2015 at 3:12 pm #56220Sakin
Keymaster@yinglin1202: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#masthead { padding: 0; }
April 20, 2015 at 11:05 pm #56258yinglin1202
MemberProblem solved! Thank you so much Sakin!
April 20, 2015 at 11:59 pm #56263Sakin
Keymaster@yinglin1202: Thanks and if you like Catch Responsive theme and support, then please support it by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform
April 23, 2015 at 6:51 am #56457yinglin1202
MemberHi, I have another question for the formatting. How to change the height of the menu bar? and what if I want to change the font?
Thanks again
April 23, 2015 at 8:05 am #56459Sakin
Keymaster@yinglin1202: To increase the height of the menu bar, you need to increase the line-height in the following CSS and then add it in “Appearance => Customize => Theme Options => Custom CSS” box.
.catchresponsive-nav-menu a { line-height: 46px; }
About the font change, either you need to upgrade to pro and you will have font family options where you can choose from popular google fonts and web safe fonts. If you want to stick with Free version, then you either need to use font plugin or build child theme and add google fonts.
Font css will be as below:
.catchresponsive-nav-menu { font-family: "Open Sans",sans-serif; }
April 23, 2015 at 11:18 pm #56497yinglin1202
MemberHi, I have tried these code
.catchresponsive-nav-menu a {
line-height: 46px;
}
but it only changes the menu button, not the grey bar outside.May 1, 2015 at 11:09 pm #56953Sakin
Keymaster@yinglin1202: Ok then add the following css as well:
#search-toggle { height: 41px; line-height: 41px; }
Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitation are huge problem here. We are also helping others in the community so we are slowing getting back online.
-
AuthorPosts
- The topic ‘Menu Format and Dots on the slider’ is closed to new replies.