Jump to content

How can I underline this as it wont let me in the back office using the text editor


Recommended Posts

Without actually being able to see your site I would guess that those 2 lines are within your editorial block and look like they could be h2 and h3 headings, in which case you will need to edit your global.css file and either find the relevant code for them or add them into the editorial division.

Try looking at around line 1214 should look something like below

/* Block editorial */
.editorial_block { margin-bottom: 2em; }
.editorial_block h2 {
   background: none;
   padding: 0;
   margin-bottom: 1em;
}
.editorial_block p { text-align: justify; padding-top: 0.4em;}

#editorial_block_center p { padding-left:0px; }



Just under background:none add the following text-decoration:underline;

Link to comment
Share on other sites

Hi, Thanks

Just added that :- But not underlined

/* Block editorial */
.editorial_block { margin-bottom: 2em; }
.editorial_block h2 {
background: none;
padding: 0;
margin-bottom: 1em;
}
.editorial_block p { text-align: justify; padding-top: 0.4em;}
#editorial_block_center p { padding-left:0px; }

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...