Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #748058

    Support,

    I would like the title vertical alignment (center) act like the breadcrumbs on the rignt. Also where do I remove Permanent Link: title when you hover over the title.

    Thank you,

    Brad

    #748059

    Support,

    I would like the title vertical alignment (center) act like the breadcrumbs on the right. Also, where do I remove Permanent Link: title when you hover over the title.

    Thank you,

    Brad

    Sorry URL Included: http://www.pagetech.com/redesign/pcltool-sdk/

    #749952

    Hi,

    Sorry for the late reply!
    Please go to Appearance > Editor and open functions-enfold.php file and find

    
    		if(!empty($link) && !empty($title)) $title = "<a href='".$link."' rel='bookmark' title='".__('Permanent Link:','avia_framework')." ".esc_attr( $title )."' $markup>".$title."</a>";

    and change it to

    
    		if(!empty($link) && !empty($title)) $title = "<a href='".$link."' rel='bookmark' title='".__('','avia_framework')." ".esc_attr( $title )."' $markup>".$title."</a>";

    Then Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .title_container .main-title a {
        top: 3px;
        position: relative;
    }
    

    Best regards,
    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.