Linked paragraphs Menu in post

Helio there
I have this post ( and many others) where I made an clickable menu of each paragraph.

I did it using the feature list ítem and linked them to each section ( as you told me)
and this is working.
however I need to change the font color and I put a code in the “style” section, but it seems that is not working
also I would like to reduce the space between the titles if it’s possible

Could you please help me?
thanks a lot
cheers
Isabella :slight_smile:

1 Like

Hi there,

Thanks for writing around! Please use color instead of font-color in the style field so your code will be:

color: rgb(11,75,125);

To reduce the space between the titles, add the following code in the Theme Options > CSS:

.x-feature-list .x-feature-box.middle-text>div {
    padding: 0 !important;
}

Hope this helps!

hello there!
thanks a lot
as for the space reducing, it works thanks a lot

for the color is doesn’t work.

could you please have a look?
thanks a lot

Hi There,

Please add the my-feature-list to the Class field:

Then add this custom CSS under X > Theme Options > CSS:

ul.x-feature-list.my-feature-list .x-feature-box-text a {
    color: rgb(11,75,125);
}

Let us know how it goes!

hello there!
thanks a lot
but it didm’t work :frowning:

Hello There,

I have checked the page and I can see that you added the custom class my-feature-list. Regretfully you have added it in the section and not in the feature list element. Please edit the page again back in Cornerstone and make sure that you place the custom my-feature-list class in the feature list element.

Please let us know how it goes.

hello there
I am sorry but it is still not working :frowning:

Hi There,

I’ve added the my-feature-list class and the color is changed:

Please check again.

Regards!

OH! it was you! weird. because when I did it it didn’t
thanks a lot
cheers

You are welcome :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.