- This topic has 5 replies, 2 voices, and was last updated 11 years, 1 month ago by Sanjip Shah.
-
AuthorPosts
-
September 25, 2013 at 11:52 am #4186MartaParticipant
Good morning, I want to know if it’s possible to link the service titles in business page.
Here you have the link to my home page http://www.keyprocom.es/serviciosdam/What I want is that the title of the six services in the center of the page (in order: “almacenaje”, “transporte”, “entregas y montajes”, “logística integral”, “pressencia capilar en España” y “atención al cliente” could be linked to his own page. At the moment, I have to click on “leer más” to go to the page, but I want that I could make the same by clicking on the title.
Thank you very much,
MartaSeptember 26, 2013 at 7:10 am #4204Sanjip ShahParticipant@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’.#content .service-item .service-title { margin-right: 60px; text-align: center; }
You can increase or decrease the 60px value to shift the position as you like.
September 26, 2013 at 8:24 am #4209MartaParticipantThank you @Sanjip Shah,
I’m sorry my english is not good, It was the same question, the first one you answered, related with this https://www.themehorse.com/support-forum/topic/making-business-page-services-section-titles-links-back-to-pages/
But, I still have a problem: they talk about the “attitude_widgets.php file” but I can’t find it in the editor of the theme. Where is it?
I really don’t know where I have tu put the code <h3 class=”service-title”>“><?php echo $page_title; ?></h3>Thank you very much!
MartaSeptember 27, 2013 at 7:06 am #4232Sanjip ShahParticipant@Marta It can be a little complex if you don’t have the programming knowledge. You will have to hire a developer to make this change.
October 4, 2013 at 11:10 am #4407MartaParticipantHi Sanjip, i’ve applied to my web the code <h3 class=”service-title”>“><?php echo $page_title; ?></h3> and does it work! So this is very good. But now I have another problem due to this change: all the service-titles became like links and they lost the original font and font-size, and I can’t find the way to change it, cause at the present, the wordpress doesn’t recognise them like service-title.
You can see it there: http://www.keyprocom.es/serviciosdam/Please, you can tell me how to change it to the rigth font-size: 20px?
Thank you in advance,
MartaOctober 7, 2013 at 9:45 am #4463Sanjip ShahParticipant@Marta I just visited your site and found that the font size for the service title 20px, so I think you have fixed the issue now.
-
AuthorPosts
- You must be logged in to reply to this topic.