Hello,
I was wondering how can I change the things below:
1) How can I change the font at section ABOUT US of titles because it doesn't properly read Greek characters.
2) In section ABOUT US the links to the articles goes to # and I don't know how to change that
3) In section Portfolio you have an article named Aktish Studio that has a button VIEW PROJECT, how can I change the link on that button.
Thank you
Hi,
1- To change the font-family of ABOUT block titles, please add the code below into style.css file (md_birva/css/front/style.css):
.about-block h3 {
font-family: "the name of font";
}
2- To change the link of ABOUT titles, please open views-view-fields--about-us.tpl.php file(md_birva/templates/views/about/views-view-fields--about-us.tpl.php). Then go to line number 8 and edit the HREF attribute of the anchor HTML tag.
3- To change the link of VIEW PROJECT button, please open views-view-fields--portfolio-list.tpl.php file(md_birva/templates/views/about/views-view-fields--portfolio-list.tpl.php). Then go to line number 85 and edit the HREF attribute of the anchor HTML tag.