• Resolved gagnonconsulting

    (@gagnonconsulting)


    I am using the short code
    [child_pages cols=3 thumbs=”true” class=”gci_ccc”]
    and am having problems trying to tweak the css to make the Title (link) not have the class, just leave it at <h3>

    Is there a good way to do this? I do not want to be updating the plugin itself.
    I currently have the custom CSS as follows:

    /* ------------- Start gci_child_pages ------------- */
    .gci_ccc {
    	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
    }
    .gci_ccc .ccchildpage {
    	border: solid 1px darkblue;
    	background-color: whitesmoke;
    }
    .gci_ccc h3 .code {
    	font-size: 0.8 !important;
    	font-weight: bold !important;
    }
    .gci_ccc .ccpages_excerpt {
    	font-size: 1.0em;
    	font-weight: bold !important;
    }
    /* end of Child Pages formatting */

    I am able to see the border and background color on the boxes in the 3 columns, with the Title, featured image, excerpt and Read More (linked), but I am unable to modify the font on anything or anything in the h3 .code

    Any help would be appreciated.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter gagnonconsulting

    (@gagnonconsulting)

    You can disregard this question as the issue was caused by the wordpress (divi) editor was adding the extra tags around my shortcode – I put it is Visual editor but when checking the direct html, it had tried to format it.

Viewing 1 replies (of 1 total)
  • The topic ‘how to remove wrapper in Title’ is closed to new replies.