badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Problem with service title links

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #4186
    Marta
    Participant

    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,
    Marta

    #4204
    Sanjip Shah
    Participant

    @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.

    #4209
    Marta
    Participant

    Thank 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!
    Marta

    #4232
    Sanjip Shah
    Participant

    @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.

    #4407
    Marta
    Participant

    Hi 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,
    Marta

    #4463
    Sanjip Shah
    Participant

    @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.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.