@Marta For the page title to be a link/clickable you can visit this thread https://www.themehorse.com/support-forum/topic/making-business-page-services-section-titles-links-back-to-pages/. Same thing is discussed there and hope this helps you as well.
I could not understand you first question. Do you want center align the text of the services widgets? If yes then in the dashboard go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.
Would like to add some CSS to customize the look of the calendar widget display and found some code online that customizes a calendar referred to in the CSS as #wp-calendar and was wondering if this is the widget that is included in the Clean Retina Theme? When I import this code in the CSS sytle it does change some of the calendar’s look but most of the code seems to have no affect and was wondering if perhaps I need to slightly change some of the label names? Below is the code in question.
Is there anyway I can make this work? I am trying keep this Google Maps CSS and HTML in the header but I want the social media icons to appear next to it like the normal header style. Right now I have the customer header disabled and the following code.
I used the code below per your instructions and it DOES center my menu but it also adds a top level menu/page called NAVIGATION. How do I remove that?
#access {
text-align: center;
}
#access li {
display: inline-block;
float: none;
margin-right: -4px;
}
#access a {
display: block;
float: none;
}
#access ul li ul {
text-align: left;
}
#access ul li ul li {
display: block;
margin-right: 0;
}
first of all thanks a lot for this great theme!
I was wondering if it is possible to have the header/ nav bar fix when a user starts scrolling down?
I was testing the following custom CSS code (with no success):
@gbishopdu-edu In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS.
Paste the following css and click on ‘Save all Changes’.
@yflyjump You could do two things. First one is: It looks that you are using the rev slider with the help of shortcode and putting it in content of the home page. Instead you could remove that shortcode from content of the home page. Then in the dashboard, go to Appearance->Theme Options->Slider Options Tab-> Slider Options bar. Enable the slider and check on the ‘Revolution Slider’ option. Then just below you will see the Revolution Slider Options bar. Select the rev slider that your created, check on ‘Display on home page’ option. Then click on ‘Save all Changes’. This is a better a way to do it.
Other one is: You could use custom css option to remove the extra white space above the slider. In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’. .home #main { padding-top: 0px; }
Hope this helps. And about the search in our forum, we will be adding it soon.
Author
Search Results
Viewing 9 results - 151 through 159 (of 159 total)