• JmyJi

    (@jmyji)


    Is it possible to Center align the project title and caption?
    Tried to use spaces but that didnt work.

    And there is a link to all the projects but they all go to the top of the homepage, but i cant seem to find where i change this link?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Go to your Options Panel > Home Page Tab.

    Add the given code into Custom CSS BOX.

    Project Text Center Align
    CODE–> .rec_cols_mn h3,.rec_cols_mn p {text-align:center;}

    Thanks

    Hi

    What about the second question?

    And there is a link to all the projects but they all go to the top of the homepage, but i cant seem to find where i change this link?

    How can I make each project icon to be a link to other pages?

    Hi

    We will add this feature in our next update .

    For now You can use hard code URL in anchor tag .
    Open index-project.php file and find the below different line of code

    <a href="<?php echo $current_options['project_one_url'] ?>"
    
      <a href="<?php echo $current_options['project_two_url'] ?>">
      <a href="<?php echo $current_options['project_three_url'] ?>">
      <a href="<?php echo $current_options['project_four_url'] ?>">

    and add your custom link
    Like
    <a href="add your custom link here"></a>

    Thanks
    Akhilesh

    Theme Author webriti

    (@priyanshumittal)

    Did that work can I close this ticket?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Project text center aligned and link projects’ is closed to new replies.