Jump to content

Link Block Heading


lateral

Recommended Posts

Hi guys

 

I am using the "Link Block" module to put some links on the right hand column called "Handy Links".

 

It all works fine but the text "Handy Links" looks different to my other column heading....can I somehow change this?

 

I have attached a screen shot of what I am talking about.

 

Thanks

Link to comment
Share on other sites

.block .title_block, .block h4 {
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #c6c6c6;
    color: black;
    font: 700 23px/24px "Roboto",sans-serif;
    margin: 0 0 30px;
    padding: 14px 10px 13px 0;
    text-transform: uppercase;
}

Find this code and change background to #ffa800 and color to white

Link to comment
Share on other sites

Hi Dioniz

 

I've done the changes and it works!

 

Thanks again.

 

The only issue is that the text "Handy Links" is too far to the left and does not line up with the order heading above it, "Categories"....I tried to just insert a few spaces using the space bar of the keyboard but no go....any ideas :)

 

Oh, and the font is different...

Edited by lateral (see edit history)
Link to comment
Share on other sites

Thanks mate!

 

Just tried it...

 

Your a star!

 

Any ideas how to make the text bigger and darker in the Search and the Handy Links links to be the same as the Category links so everything looks the same? (I promise, these are the last favors I'll ask ;))

Link to comment
Share on other sites

Add to your global.css at the end:

.block .list-block li a{
    font:700 16px/18px "Roboto",sans-serif;
    color:#000; 
}

If you want to remove arrows delete this from global.css:

.block .list-block li a:before {
    color: #333333;
    content: "";
    display: inline;
    font-family: "FontAwesome";
    padding-right: 8px;
}
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...