1. EFH
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 01 May 2019
  5.  Subscribe via email
Hi there,

1) How do i centre the module title - "Testimonials" - as per image attached.

2) How do i make the word: Testimonials in uppercase and with lines on each side like in image 2 attached

http://justweddingentertainment.com.au

Thanks in advance!
Attachments (2)
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.bottom-2 .module .module_header {
    text-align: center;
}
.bottom-2 .module .module_header h3 {
	text-transform: uppercase;
	background: #fff;
	display: inline-block;
	position: relative;
	padding: 0 10px;
}
.bottom-2 .module .module_header::before {
    content: '';
	left: 0;
	right: 0;
	top: 43%;
	height: 2px;
	background: #888;
	position: absolute;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!