Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
jmark4455
tagDiv Member

I’m having trouble editing the excerpt css that I added to the big-grid-3. In the chrome developer tool the excerpt code appears like this:

<div class="td-big-grid-meta">
<h3 class="entry-title td-module-title">Drug Safety Services</h3>This is the excerpt I want to edit</div>

I tried the following versions below for changing the excerpt css but nothing worked:
.td-big-grid-post .td-excerpt {color:#fff; font-size:14px;}
.td-big-grid-meta .td-excerpt{color:#fff; font-size:14px;}
.td-module-excerpt{color:#fff; font-size:14px;}

Can you please guide me to how I edit the css for the excerpt function I added to the big grid?

jmark4455
tagDiv Member

I figured it out – thank you for your help! I used the excerpt function that already existed to add the additional title to the grid. Again, really appreciate the guidance

jmark4455
tagDiv Member

I’ve edited the file name: td_module_mx11.php with the following code:

<?php echo '<p style="color:#fff;">Hello World</p>';?>

below the existing code:

<?php echo $this->get_title();?>

Hello World appears in my Grid view but when I try and add

<?php echo $this->get_Subtitle();?> or
<?php echo $this->get_Secondary_title();?>

The wording doesn’t appear. Can you help me with what I’m missing? I have 20 or so words I would like to add to the subtitle OR Secondary title (on the post page) so that it appears on the grid layout below the title. I know I’m close but not sure why the above code isn’t working. Thanks

jmark4455
tagDiv Member

Thanks for the response – I have “ok” coding skills that I stumble along and figure things out. Can you please point me to the template where I would add the subtitle? Is it includes/shortcodes/td_block_big_grid_3.php? I appreciate any guidance you can give to get me started.

jmark4455
tagDiv Member

To clarify, I want the post subtitle to appear in the IMAGE of the big-grid layout, NOT below the picture. Thank you.

Viewing 5 posts - 1 through 5 (of 5 total)